KDEUI
#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.
Macros | |
#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 |
Macro Definition 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:
= {
{ 223, 220, 217 },
{ 224, 223, 222 },
{ 34, 31, 30 },
{ 137, 136, 135 },
{ 146, 76, 157 },
{ 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 },
{ 199, 226, 248 },
{ 108, 36, 119 },
{ 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:
= {
{ 24, 21, 19 },
{ 196, 224, 255 },
{ 231, 253, 255 },
{ 137, 136, 135 },
{ 255, 128, 224 },
{ 88, 172, 255 },
{ 150, 111, 232 },
{ 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 },
{ 31, 28, 27 },
{ 137, 136, 135 },
{ 146, 76, 157 },
{ 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:
= {
{ 214, 210, 208 },
{ 218, 217, 216 },
{ 34, 31, 30 },
{ 137, 136, 135 },
{ 146, 76, 157 },
{ 0, 87, 174 },
{ 100, 74, 155 },
{ 191, 3, 3 },
{ 176, 128, 0 },
{ 0, 110, 40 }
}
Definition at line 181 of file kcolorscheme.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:01 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:24:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.