kcachegrind
ConfigColorSetting Class Reference
#include <globalguiconfig.h>
Public Member Functions | |
QColor | autoColor () const |
bool | automatic () const |
QColor | color () const |
void | reset () |
void | setColor (const QColor &) |
Static Public Member Functions | |
static QColor | colorForName (QString) |
Detailed Description
Color setting for a cost item Helper class for color settings in configuration.
Objects can only be instantiated by the singleton GlobalConfig and therefore are unique; changes will be saved as configuration.
Definition at line 39 of file globalguiconfig.h.
Member Function Documentation
QColor ConfigColorSetting::autoColor | ( | ) | const |
Definition at line 61 of file globalguiconfig.cpp.
|
inline |
Definition at line 46 of file globalguiconfig.h.
|
inline |
Definition at line 45 of file globalguiconfig.h.
Definition at line 50 of file globalguiconfig.cpp.
void ConfigColorSetting::reset | ( | ) |
Definition at line 66 of file globalguiconfig.cpp.
void ConfigColorSetting::setColor | ( | const QColor & | c | ) |
Definition at line 44 of file globalguiconfig.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
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
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.