 |
AntiMicroX
|
Go to the documentation of this file.
19 #ifndef AUTOPROFILEWATCHER_H
20 #define AUTOPROFILEWATCHER_H
90 #endif // AUTOPROFILEWATCHER_H
void clearProfileAssignments()
Definition: autoprofilewatcher.cpp:510
static AutoProfileWatcher * _instance
Definition: autoprofilewatcher.h:76
bool isUniqueIDLocked(QString uniqueID)
Definition: autoprofilewatcher.cpp:607
QHash< QString, QList< AutoProfileInfo * > > windowClassProfileAssignments
Definition: autoprofilewatcher.h:80
QString findAppLocation()
Definition: autoprofilewatcher.cpp:570
void setWindowClass(QString windowClass)
Definition: autoprofileinfo.cpp:99
QSet< QString > & getUniqeIDSetLocal()
Definition: autoprofilewatcher.cpp:629
void setWindowName(QString winName)
Definition: autoprofileinfo.cpp:103
void setPartialState(bool value)
Definition: autoprofileinfo.cpp:129
AutoProfileWatcher(AntiMicroSettings *settings, QObject *parent=nullptr)
Definition: autoprofilewatcher.cpp:41
QMutex * getLock()
Definition: antimicrosettings.cpp:95
static void disconnectWindowTimer()
Definition: autoprofilewatcher.cpp:67
void convToUniqueIDAutoProfGroupSett(QSettings *sett, QString guidAutoProfSett, QString uniqueAutoProfSett)
Definition: autoprofilewatcher.cpp:631
void setExe(QString exe)
Definition: autoprofileinfo.cpp:75
Definition: antimicrosettings.h:26
void runAppCheck()
Definition: autoprofilewatcher.cpp:77
QSet< QString > uniqueIDSet
Definition: autoprofilewatcher.h:87
const QHash< QString, QList< AutoProfileInfo * > > & getWindowNameProfileAssignments()
Definition: autoprofilewatcher.cpp:619
void foundApplicableProfile(AutoProfileInfo *info)
void setDefaultState(bool value)
Definition: autoprofileinfo.cpp:111
void stopTimer()
Definition: autoprofilewatcher.cpp:75
~AutoProfileWatcher()
Definition: autoprofilewatcher.cpp:54
void syncProfileAssignment()
Definition: autoprofilewatcher.cpp:336
QList< AutoProfileInfo * > * getCustomDefaults()
Definition: autoprofilewatcher.cpp:591
const QHash< QString, QList< AutoProfileInfo * > > & getWindowClassProfileAssignments()
Definition: autoprofilewatcher.cpp:614
QHash< QString, QList< AutoProfileInfo * > > windowNameProfileAssignments
Definition: autoprofilewatcher.h:81
AntiMicroSettings * settings
Definition: autoprofilewatcher.h:78
const QHash< QString, QList< AutoProfileInfo * > > & getAppProfileAssignments()
Definition: autoprofilewatcher.cpp:609
QString currentApplication
Definition: autoprofilewatcher.h:84
QString currentAppWindowTitle
Definition: autoprofilewatcher.h:85
static const int CHECKTIME
Definition: autoprofilewatcher.h:56
bool isActive()
Definition: autoprofileinfo.cpp:109
const QHash< QString, AutoProfileInfo * > & getDefaultProfileAssignments()
Definition: autoprofilewatcher.cpp:624
static AutoProfileWatcher * getAutoProfileWatcherInstance()
Definition: autoprofilewatcher.cpp:65
QHash< QString, AutoProfileInfo * > defaultProfileAssignments
Definition: autoprofilewatcher.h:82
void startTimer()
Definition: autoprofilewatcher.cpp:73
AutoProfileInfo * getDefaultAllProfile()
Definition: autoprofilewatcher.cpp:605
AutoProfileInfo * allDefaultInfo
Definition: autoprofilewatcher.h:83
Links information about targeted application with recommended profile.
Definition: autoprofileinfo.h:29
it is up to the author donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License If the distribution and or use of the Library is restricted in certain countries either by patents or by copyrighted the original copyright holder who places the Library under this License may add an geographical distribution limitation excluding those so that distribution is permitted only in or among countries not thus excluded In such this License incorporates the limitation as if written in the body of this License The Free Software Foundation may publish revised and or new versions of the Lesser General Public License from time to time Such new versions will be similar in spirit to the present but may differ in detail to address new problems or concerns Each version is given a distinguishing version number If the Library specifies a version number of this License which applies to it and any later you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation If the Library does not specify a license version number
Definition: lgpl-2.1.txt:423
QHash< QString, QList< AutoProfileInfo * > > appProfileAssignments
Definition: autoprofilewatcher.h:79
Manages auto profile functionality. Allows for profiles to be associated with specific applications.
Definition: autoprofilewatcher.h:35
static QTimer checkWindowTimer
Definition: autoprofilewatcher.h:77