AntiMicroX
Public Member Functions | Private Attributes
ControllerOptionsInfo Class Reference

#include <commandlineutility.h>

Public Member Functions

 ControllerOptionsInfo ()
 
bool hasProfile ()
 
QString getProfileLocation ()
 
void setProfileLocation (QString location)
 
bool hasControllerNumber ()
 
int getControllerNumber ()
 
void setControllerNumber (int temp)
 
bool hasControllerID ()
 
QString getControllerID ()
 
void setControllerID (QString temp)
 
bool isUnloadRequested ()
 
void setUnloadRequest (bool status)
 
int getStartSetNumber ()
 
int getJoyStartSetNumber ()
 
void setStartSetNumber (int temp)
 

Private Attributes

QString profileLocation
 
int controllerNumber
 
QString controllerIDString
 
int startSetNumber
 
bool unloadProfile
 

Constructor & Destructor Documentation

◆ ControllerOptionsInfo()

ControllerOptionsInfo::ControllerOptionsInfo ( )
inline

Member Function Documentation

◆ getControllerID()

QString ControllerOptionsInfo::getControllerID ( )
inline
Here is the caller graph for this function:

◆ getControllerNumber()

int ControllerOptionsInfo::getControllerNumber ( )
inline
Here is the caller graph for this function:

◆ getJoyStartSetNumber()

int ControllerOptionsInfo::getJoyStartSetNumber ( )
inline
Here is the caller graph for this function:

◆ getProfileLocation()

QString ControllerOptionsInfo::getProfileLocation ( )
inline
Here is the caller graph for this function:

◆ getStartSetNumber()

int ControllerOptionsInfo::getStartSetNumber ( )
inline
Here is the caller graph for this function:

◆ hasControllerID()

bool ControllerOptionsInfo::hasControllerID ( )
inline
Here is the caller graph for this function:

◆ hasControllerNumber()

bool ControllerOptionsInfo::hasControllerNumber ( )
inline
Here is the caller graph for this function:

◆ hasProfile()

bool ControllerOptionsInfo::hasProfile ( )
inline
Here is the caller graph for this function:

◆ isUnloadRequested()

bool ControllerOptionsInfo::isUnloadRequested ( )
inline
Here is the caller graph for this function:

◆ setControllerID()

void ControllerOptionsInfo::setControllerID ( QString  temp)
inline
Here is the caller graph for this function:

◆ setControllerNumber()

void ControllerOptionsInfo::setControllerNumber ( int  temp)
inline
Here is the caller graph for this function:

◆ setProfileLocation()

void ControllerOptionsInfo::setProfileLocation ( QString  location)
inline
Here is the caller graph for this function:

◆ setStartSetNumber()

void ControllerOptionsInfo::setStartSetNumber ( int  temp)
inline
Here is the caller graph for this function:

◆ setUnloadRequest()

void ControllerOptionsInfo::setUnloadRequest ( bool  status)
inline
Here is the caller graph for this function:

Field Documentation

◆ controllerIDString

QString ControllerOptionsInfo::controllerIDString
private

◆ controllerNumber

int ControllerOptionsInfo::controllerNumber
private

◆ profileLocation

QString ControllerOptionsInfo::profileLocation
private

◆ startSetNumber

int ControllerOptionsInfo::startSetNumber
private

◆ unloadProfile

bool ControllerOptionsInfo::unloadProfile
private

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