KDEUI
kcolorscheme.cpp File Reference
#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>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 259 of file kcolorscheme.cpp.
| #define DEFAULT | ( | c | ) | QColor( c[0], c[1], c[2] ) |
Definition at line 257 of file kcolorscheme.cpp.
| #define SET_DEFAULT | ( | a | ) | DEFAULT( defaults.a ) |
Definition at line 258 of file kcolorscheme.cpp.
Variable Documentation
| SetDefaultColors defaultButtonColors |
Initial value:
{
{ 232, 231, 230 },
{ 224, 223, 222 },
{ 20, 19, 18 },
{ 136, 135, 134 },
{ 255, 128, 224 },
{ 0, 87, 174 },
{ 100, 74, 155 },
{ 191, 3, 3 },
{ 176, 128, 0 },
{ 0, 110, 40 }
}
Definition at line 190 of file kcolorscheme.cpp.
| DecoDefaultColors defaultDecorationColors |
Initial value:
{
{ 119, 183, 255 },
{ 43, 116, 199 },
}
Definition at line 230 of file kcolorscheme.cpp.
| SetDefaultColors defaultSelectionColors |
Initial value:
{
{ 65, 139, 212 },
{ 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 203 of file kcolorscheme.cpp.
| SetDefaultColors defaultTooltipColors |
Initial value:
{
{ 192, 218, 255 },
{ 196, 224, 255 },
{ 20, 19, 18 },
{ 96, 112, 128 },
{ 255, 128, 224 },
{ 0, 87, 174 },
{ 100, 74, 155 },
{ 191, 3, 3 },
{ 176, 128, 0 },
{ 0, 110, 40 }
}
Definition at line 216 of file kcolorscheme.cpp.
| SetDefaultColors defaultViewColors |
Initial value:
{
{ 255, 255, 255 },
{ 248, 247, 246 },
{ 20, 19, 18 },
{ 136, 135, 134 },
{ 255, 128, 224 },
{ 0, 87, 174 },
{ 100, 74, 155 },
{ 191, 3, 3 },
{ 176, 128, 0 },
{ 0, 110, 40 }
}
Definition at line 164 of file kcolorscheme.cpp.
| SetDefaultColors defaultWindowColors |
Initial value:
{
{ 224, 223, 222 },
{ 218, 217, 216 },
{ 20, 19, 18 },
{ 136, 135, 134 },
{ 255, 128, 224 },
{ 0, 87, 174 },
{ 100, 74, 155 },
{ 191, 3, 3 },
{ 176, 128, 0 },
{ 0, 110, 40 }
}
Definition at line 177 of file kcolorscheme.cpp.
KDE 4.3 API Reference