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 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.
Definition at line 193 of file globalguiconfig.cpp.
|
static |
Definition at line 205 of file globalguiconfig.cpp.
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-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:39:50 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