kcachegrind
#include <globalguiconfig.h>
Public Member Functions | |
| GlobalGUIConfig () | |
| ~GlobalGUIConfig () | |
| void | readOptions () |
| void | saveOptions () |
Public Member Functions inherited from GlobalConfig | |
| GlobalConfig () | |
| virtual | ~GlobalConfig () |
| void | addDefaultTypes () |
| const QStringList & | generalSourceDirs () |
| QStringList | objectSourceDirs (QString) |
| void | setContext (int) |
| void | setGeneralSourceDirs (QStringList) |
| void | setMaxListCount (int) |
| void | setMaxSymbolCount (int) |
| void | setMaxSymbolLength (int) |
| void | setObjectSourceDirs (QString, QStringList) |
| void | setPercentPrecision (int) |
Static Public Member Functions | |
| static GlobalGUIConfig * | config () |
| static QColor | eventTypeColor (EventType *) |
| static QColor | functionColor (ProfileContext::Type gt, TraceFunction *) |
| static QColor | groupColor (CostItem *) |
| static ConfigColorSetting * | groupColorSetting (CostItem *) |
| static ConfigColorSetting * | groupColorSetting (ProfileContext::Type, QString) |
Static Public Member Functions inherited from GlobalConfig | |
| static GlobalConfig * | config () |
| static int | context () |
| static double | cycleCut () |
| static bool | hideTemplates () |
| static int | maxListCount () |
| static int | maxSymbolCount () |
| static int | maxSymbolLength () |
| static int | noCostInside () |
| static int | percentPrecision () |
| static void | setHideTemplates (bool) |
| static void | setShowCycles (bool) |
| static void | setShowExpanded (bool) |
| static void | setShowPercentage (bool) |
| static QString | shortenSymbol (const QString &) |
| static bool | showCycles () |
| static bool | showExpanded () |
| static bool | showPercentage () |
| static QStringList | sourceDirs (TraceData *, TraceObject *o=0) |
Static Protected Member Functions | |
| static ConfigColorSetting * | colorSetting (const QString &, bool createNew=true) |
Protected Attributes | |
| QHash< QString, ConfigColorSetting * > | _colors |
Protected Attributes inherited from GlobalConfig | |
| int | _context |
| double | _cycleCut |
| QStringList | _generalSourceDirs |
| bool | _hideTemplates |
| int | _maxListCount |
| int | _maxSymbolCount |
| int | _maxSymbolLength |
| int | _noCostInside |
| QHash< QString, QStringList > | _objectSourceDirs |
| int | _percentPrecision |
| bool | _showCycles |
| bool | _showExpanded |
| bool | _showPercentage |
Additional Inherited Members | |
Protected Member Functions inherited from GlobalConfig | |
| QString | knownFormula (const QString &name) |
| QString | knownLongName (const QString &name) |
| QStringList | knownTypes () |
Static Protected Attributes inherited from GlobalConfig | |
| static GlobalConfig * | _config = 0 |
Detailed Description
Extension of global configuration for GUI options.
A singleton.
Definition at line 71 of file globalguiconfig.h.
Constructor & Destructor Documentation
| GlobalGUIConfig::GlobalGUIConfig | ( | ) |
Definition at line 77 of file globalguiconfig.cpp.
| GlobalGUIConfig::~GlobalGUIConfig | ( | ) |
Definition at line 82 of file globalguiconfig.cpp.
Member Function Documentation
|
staticprotected |
Definition at line 231 of file globalguiconfig.cpp.
|
static |
Definition at line 88 of file globalguiconfig.cpp.
|
static |
Definition at line 193 of file globalguiconfig.cpp.
|
static |
Definition at line 205 of file globalguiconfig.cpp.
|
static |
Definition at line 188 of file globalguiconfig.cpp.
|
static |
Definition at line 171 of file globalguiconfig.cpp.
|
static |
Definition at line 181 of file globalguiconfig.cpp.
|
virtual |
Reimplemented from GlobalConfig.
Definition at line 125 of file globalguiconfig.cpp.
|
virtual |
Reimplemented from GlobalConfig.
Definition at line 105 of file globalguiconfig.cpp.
Member Data Documentation
|
protected |
Definition at line 94 of file globalguiconfig.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:03:28 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from