AntiMicroX
Public Slots | Public Member Functions | Protected Attributes
JoyTabWidgetHelper Class Reference

#include <joytabwidgethelper.h>

Inheritance diagram for JoyTabWidgetHelper:
[legend]
Collaboration diagram for JoyTabWidgetHelper:
[legend]

Public Slots

bool readConfigFile (QString filepath)
 XML read entry point for the GUI. More...
 
bool readConfigFileWithRevert (QString filepath)
 
bool writeConfigFile (QString filepath)
 XML write entry point for the GUI. More...
 
void reInitDevice ()
 
void reInitDeviceWithRevert ()
 

Public Member Functions

 JoyTabWidgetHelper (InputDevice *device, QObject *parent=nullptr)
 
 ~JoyTabWidgetHelper ()
 
bool hasReader ()
 
XMLConfigReadergetReader ()
 
bool hasWriter ()
 
XMLConfigWritergetWriter ()
 
bool hasError ()
 
QString getErrorString ()
 

Protected Attributes

InputDevicedevice
 
XMLConfigReaderreader
 
XMLConfigWriterwriter
 
bool errorOccurred
 
QString lastErrorString
 

Constructor & Destructor Documentation

◆ JoyTabWidgetHelper()

JoyTabWidgetHelper::JoyTabWidgetHelper ( InputDevice device,
QObject *  parent = nullptr 
)
explicit

◆ ~JoyTabWidgetHelper()

JoyTabWidgetHelper::~JoyTabWidgetHelper ( )

Member Function Documentation

◆ getErrorString()

QString JoyTabWidgetHelper::getErrorString ( )

◆ getReader()

XMLConfigReader * JoyTabWidgetHelper::getReader ( )
Here is the caller graph for this function:

◆ getWriter()

XMLConfigWriter * JoyTabWidgetHelper::getWriter ( )
Here is the caller graph for this function:

◆ hasError()

bool JoyTabWidgetHelper::hasError ( )

◆ hasReader()

bool JoyTabWidgetHelper::hasReader ( )

◆ hasWriter()

bool JoyTabWidgetHelper::hasWriter ( )

◆ readConfigFile

bool JoyTabWidgetHelper::readConfigFile ( QString  filepath)
slot

XML read entry point for the GUI.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ readConfigFileWithRevert

bool JoyTabWidgetHelper::readConfigFileWithRevert ( QString  filepath)
slot
Here is the call graph for this function:

◆ reInitDevice

void JoyTabWidgetHelper::reInitDevice ( )
slot
Here is the call graph for this function:
Here is the caller graph for this function:

◆ reInitDeviceWithRevert

void JoyTabWidgetHelper::reInitDeviceWithRevert ( )
slot
Here is the call graph for this function:

◆ writeConfigFile

bool JoyTabWidgetHelper::writeConfigFile ( QString  filepath)
slot

XML write entry point for the GUI.

Here is the call graph for this function:

Field Documentation

◆ device

InputDevice* JoyTabWidgetHelper::device
protected

◆ errorOccurred

bool JoyTabWidgetHelper::errorOccurred
protected

◆ lastErrorString

QString JoyTabWidgetHelper::lastErrorString
protected

◆ reader

XMLConfigReader* JoyTabWidgetHelper::reader
protected

◆ writer

XMLConfigWriter* JoyTabWidgetHelper::writer
protected

The documentation for this class was generated from the following files: