Kate
KateDefaultColors Class Reference
#include <katedefaultcolors.h>
Public Types | |
enum | ColorType { ForegroundColor, BackgroundColor } |
Public Member Functions | |
KateDefaultColors () | |
QColor | adaptToScheme (const QColor &color, ColorType type) const |
QColor | color (Kate::ColorRole color) const |
QColor | mark (Kate::Mark mark) const |
QColor | mark (int mark) const |
Detailed Description
Definition at line 70 of file katedefaultcolors.h.
Member Enumeration Documentation
Enumerator | |
---|---|
ForegroundColor | |
BackgroundColor |
Definition at line 79 of file katedefaultcolors.h.
Constructor & Destructor Documentation
KateDefaultColors::KateDefaultColors | ( | ) |
Definition at line 29 of file katedefaultcolors.cpp.
Member Function Documentation
Definition at line 119 of file katedefaultcolors.cpp.
QColor KateDefaultColors::color | ( | Kate::ColorRole | color | ) | const |
Definition at line 41 of file katedefaultcolors.cpp.
QColor KateDefaultColors::mark | ( | Kate::Mark | mark | ) | const |
Definition at line 89 of file katedefaultcolors.cpp.
QColor KateDefaultColors::mark | ( | int | mark | ) | const |
Definition at line 113 of file katedefaultcolors.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 Sat May 9 2020 03:57:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:57:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.