tlp::PreferenceManager Class Reference
Class to manage preference Singleton class to load/store preference need by Tulip.
More...
#include <PreferenceManager.h>
List of all members.
Public Member Functions
Static Public Member Functions
Detailed Description
Class to manage preference Singleton class to load/store preference need by Tulip.
Member Function Documentation
static void tlp::PreferenceManager::createInst |
( |
|
) |
[static] |
Create the preference manager singleton
bool tlp::PreferenceManager::getAutoLoadController |
( |
|
) |
[inline] |
Get if tulip auto load controller
Return the pereference manager singleton, il singleton doesn't exist this function create it
bool tlp::PreferenceManager::getNetworkConnection |
( |
|
) |
[inline] |
Get if tulip auto connect at startup
const Color& tlp::PreferenceManager::getSelectionColor |
( |
|
) |
[inline] |
bool tlp::PreferenceManager::getUseSpecificMetric |
( |
|
) |
const [inline] |
void tlp::PreferenceManager::setAutoLoadController |
( |
bool |
autoLoad |
) |
[inline] |
Set if tulip auto load controller
void tlp::PreferenceManager::setNetworkConnection |
( |
bool |
connection |
) |
[inline] |
Set if tulip auto connect at startup
void tlp::PreferenceManager::setSelectionColor |
( |
const Color & |
color |
) |
[inline] |
void tlp::PreferenceManager::setUseSpecificMetric |
( |
bool |
f |
) |
[inline] |