#include "kcolorscheme.h"#include <kconfig.h>#include <kconfiggroup.h>#include <kglobal.h>#include <ksharedconfig.h>#include <kglobalsettings.h>#include <kcolorutils.h>#include <QtGui/QColor>#include <QtGui/QBrush>#include <QtGui/QWidget>
Include dependency graph for kcolorscheme.cpp:

Go to the source code of this file.
Defines | |
| #define | DECO_DEFAULT(a) DEFAULT( defaultDecorationColors.a ) |
| #define | DEFAULT(c) QColor( c[0], c[1], c[2] ) |
| #define | SET_DEFAULT(a) DEFAULT( defaults.a ) |
Variables | |
| SetDefaultColors | defaultButtonColors |
| DecoDefaultColors | defaultDecorationColors |
| SetDefaultColors | defaultSelectionColors |
| SetDefaultColors | defaultTooltipColors |
| SetDefaultColors | defaultViewColors |
| SetDefaultColors | defaultWindowColors |
Define Documentation
| #define DECO_DEFAULT | ( | a | ) | DEFAULT( defaultDecorationColors.a ) |
Definition at line 265 of file kcolorscheme.cpp.
| #define DEFAULT | ( | c | ) | QColor( c[0], c[1], c[2] ) |
Definition at line 263 of file kcolorscheme.cpp.
| #define SET_DEFAULT | ( | a | ) | DEFAULT( defaults.a ) |
Definition at line 264 of file kcolorscheme.cpp.
Variable Documentation
| SetDefaultColors defaultButtonColors |
Initial value:
{
{ 207, 204, 201 },
{ 224, 223, 222 },
{ 27, 25, 24 },
{ 137, 136, 135 },
{ 255, 128, 224 },
{ 0, 87, 174 },
{ 100, 74, 155 },
{ 191, 3, 3 },
{ 176, 128, 0 },
{ 0, 110, 40 }
}
Definition at line 195 of file kcolorscheme.cpp.
| DecoDefaultColors defaultDecorationColors |
Initial value:
{
{ 110, 214, 255 },
{ 58, 167, 221 },
}
Definition at line 236 of file kcolorscheme.cpp.
| SetDefaultColors defaultSelectionColors |
Initial value:
{
{ 67, 172, 232 },
{ 62, 138, 204 },
{ 255, 255, 255 },
{ 165, 193, 228 },
{ 255, 128, 224 },
{ 0, 49, 110 },
{ 69, 40, 134 },
{ 156, 14, 14 },
{ 255, 221, 0 },
{ 128, 255, 128 }
}
Definition at line 209 of file kcolorscheme.cpp.
| SetDefaultColors defaultTooltipColors |
Initial value:
{
{ 190, 223, 255 },
{ 196, 224, 255 },
{ 37, 35, 33 },
{ 137, 136, 135 },
{ 255, 128, 224 },
{ 0, 87, 174 },
{ 100, 74, 155 },
{ 191, 3, 3 },
{ 176, 128, 0 },
{ 0, 110, 40 }
}
Definition at line 223 of file kcolorscheme.cpp.
| SetDefaultColors defaultViewColors |
Initial value:
{
{ 255, 255, 255 },
{ 248, 247, 246 },
{ 24, 22, 21 },
{ 137, 136, 135 },
{ 255, 128, 224 },
{ 0, 87, 174 },
{ 100, 74, 155 },
{ 191, 3, 3 },
{ 176, 128, 0 },
{ 0, 110, 40 }
}
Definition at line 167 of file kcolorscheme.cpp.
| SetDefaultColors defaultWindowColors |
Initial value:
{
{ 213, 209, 207 },
{ 218, 217, 216 },
{ 27, 25, 24 },
{ 137, 136, 135 },
{ 255, 128, 224 },
{ 0, 87, 174 },
{ 100, 74, 155 },
{ 191, 3, 3 },
{ 176, 128, 0 },
{ 0, 110, 40 }
}
Definition at line 181 of file kcolorscheme.cpp.
KDE 4.6 API Reference