Fraxinus
16.5.0-fx-rc1
An IGT application
|
#include <cxProfile.h>
Signals | |
void | activeProfileChanged () |
Public Member Functions | |
QStringList | getProfiles () |
ProfilePtr | activeProfile () |
void | setActiveProfile (QString uid) |
QString | getSettingsPath () |
Static Public Member Functions | |
static ProfileManager * | getInstance (QString defaultProfile=QString("Laboratory")) |
returns the only instance of this class More... | |
static void | initialize () |
static void | shutdown () |
Manager for the collection of profiles.
Definition at line 135 of file cxProfile.h.
ProfilePtr cx::ProfileManager::activeProfile | ( | ) |
Definition at line 301 of file cxProfile.cpp.
|
signal |
|
static |
returns the only instance of this class
Definition at line 183 of file cxProfile.cpp.
QStringList cx::ProfileManager::getProfiles | ( | ) |
Definition at line 272 of file cxProfile.cpp.
QString cx::ProfileManager::getSettingsPath | ( | ) |
Path to writable settings folder common to all profiles.
Definition at line 235 of file cxProfile.cpp.
|
static |
Definition at line 192 of file cxProfile.cpp.
void cx::ProfileManager::setActiveProfile | ( | QString | uid | ) |
Definition at line 324 of file cxProfile.cpp.
|
static |
Definition at line 197 of file cxProfile.cpp.