Links information about targeted application with recommended profile.
More...
#include <autoprofileinfo.h>
Links information about targeted application with recommended profile.
Used by AutoProfileWatcher as a part of implementation on auto profile functionality.
◆ AutoProfileInfo() [1/3]
| AutoProfileInfo::AutoProfileInfo |
( |
QString |
uniqueID, |
|
|
QString |
profileLocation, |
|
|
bool |
active, |
|
|
bool |
partialTitle, |
|
|
QObject * |
parent |
|
) |
| |
|
explicit |
◆ AutoProfileInfo() [2/3]
| AutoProfileInfo::AutoProfileInfo |
( |
QString |
uniqueID, |
|
|
QString |
profileLocation, |
|
|
QString |
exe, |
|
|
bool |
active, |
|
|
bool |
partialTitle, |
|
|
QObject * |
parent |
|
) |
| |
|
explicit |
◆ AutoProfileInfo() [3/3]
| AutoProfileInfo::AutoProfileInfo |
( |
QObject * |
parent | ) |
|
|
explicit |
◆ ~AutoProfileInfo()
| AutoProfileInfo::~AutoProfileInfo |
( |
| ) |
|
◆ getDeviceName()
| QString AutoProfileInfo::getDeviceName |
( |
| ) |
const |
◆ getExe()
| QString AutoProfileInfo::getExe |
( |
| ) |
const |
◆ getProfileLocation()
| QString AutoProfileInfo::getProfileLocation |
( |
| ) |
const |
◆ getUniqueID()
| QString AutoProfileInfo::getUniqueID |
( |
| ) |
const |
◆ getWindowClass()
| QString AutoProfileInfo::getWindowClass |
( |
| ) |
const |
◆ getWindowName()
| QString AutoProfileInfo::getWindowName |
( |
| ) |
const |
◆ isActive()
| bool AutoProfileInfo::isActive |
( |
| ) |
|
◆ isCurrentDefault()
| bool AutoProfileInfo::isCurrentDefault |
( |
| ) |
|
is this autoprofile loaded by default? There is one default profile for all of controllers and there can be also some default profiles for selected controllers
◆ isPartialState()
| bool AutoProfileInfo::isPartialState |
( |
| ) |
|
◆ setActive()
| void AutoProfileInfo::setActive |
( |
bool |
active | ) |
|
◆ setDefaultState()
| void AutoProfileInfo::setDefaultState |
( |
bool |
value | ) |
|
◆ setDeviceName()
| void AutoProfileInfo::setDeviceName |
( |
QString |
name | ) |
|
◆ setExe()
| void AutoProfileInfo::setExe |
( |
QString |
exe | ) |
|
◆ setPartialState()
| void AutoProfileInfo::setPartialState |
( |
bool |
value | ) |
|
◆ setProfileLocation()
| void AutoProfileInfo::setProfileLocation |
( |
QString |
profileLocation | ) |
|
◆ setUniqueID()
| void AutoProfileInfo::setUniqueID |
( |
QString |
guid | ) |
|
◆ setWindowClass()
| void AutoProfileInfo::setWindowClass |
( |
QString |
windowClass | ) |
|
◆ setWindowName()
| void AutoProfileInfo::setWindowName |
( |
QString |
winName | ) |
|
◆ toString()
| QString AutoProfileInfo::toString |
( |
| ) |
const |
◆ active
| bool AutoProfileInfo::active |
|
private |
◆ defaultState
| bool AutoProfileInfo::defaultState |
|
private |
◆ deviceName
| QString AutoProfileInfo::deviceName |
|
private |
◆ exe
| QString AutoProfileInfo::exe |
|
private |
◆ partialState
| bool AutoProfileInfo::partialState |
|
private |
◆ profileLocation
| QString AutoProfileInfo::profileLocation |
|
private |
◆ uniqueID
| QString AutoProfileInfo::uniqueID |
|
private |
◆ windowClass
| QString AutoProfileInfo::windowClass |
|
private |
◆ windowName
| QString AutoProfileInfo::windowName |
|
private |
The documentation for this class was generated from the following files: