kdeui
kcolordialog.cpp File Reference
#include <stdio.h>#include <stdlib.h>#include <qcheckbox.h>#include <qcombobox.h>#include <qdrawutil.h>#include <qevent.h>#include <qfile.h>#include <qimage.h>#include <qlabel.h>#include <qlayout.h>#include <qvalidator.h>#include <qpainter.h>#include <qpushbutton.h>#include <qspinbox.h>#include <qtimer.h>#include <kapplication.h>#include <kconfig.h>#include <kglobal.h>#include <kglobalsettings.h>#include <kiconloader.h>#include <klineedit.h>#include <klistbox.h>#include <klocale.h>#include <kmessagebox.h>#include <kseparator.h>#include <kpalette.h>#include <kimageeffect.h>#include "kcolordialog.h"#include "kcolordrag.h"#include "kstaticdeleter.h"#include <config.h>#include <kdebug.h>#include "kcolordialog.moc"
Include dependency graph for kcolordialog.cpp:

Go to the source code of this file.
Defines | |
| #define | STANDARD_PAL_SIZE 17 |
Functions | |
| static void | createStandardPalette () |
| static const char *const * | namedColorFilePath (void) |
Variables | |
| const ColorPaletteNameType | colorPaletteName [] |
| const int | customColorIndex = 1 |
| static QWidget * | kde_color_dlg_widget = 0 |
| const int | recentColorIndex = 0 |
| static KStaticDeleter< QColor > | spd |
| static QColor * | standardPalette = 0 |
Define Documentation
| #define STANDARD_PAL_SIZE 17 |
Definition at line 114 of file kcolordialog.cpp.
Function Documentation
| static void createStandardPalette | ( | ) | [static] |
Definition at line 182 of file kcolordialog.cpp.
| static const char* const* namedColorFilePath | ( | void | ) | [static] |
Definition at line 618 of file kcolordialog.cpp.
Variable Documentation
| const ColorPaletteNameType colorPaletteName[] |
Initial value:
{
{ "Recent_Colors", I18N_NOOP2( "palette name", "* Recent Colors *" ) },
{ "Custom_Colors", I18N_NOOP2( "palette name", "* Custom Colors *" ) },
{ "40.colors", I18N_NOOP2( "palette name", "Forty Colors" ) },
{ "Rainbow.colors",I18N_NOOP2( "palette name", "Rainbow Colors" ) },
{ "Royal.colors", I18N_NOOP2( "palette name", "Royal Colors" ) },
{ "Web.colors", I18N_NOOP2( "palette name", "Web Colors" ) },
{ 0, 0 }
}
Definition at line 82 of file kcolordialog.cpp.
| const int customColorIndex = 1 |
Definition at line 94 of file kcolordialog.cpp.
QWidget* kde_color_dlg_widget = 0 [static] |
Definition at line 1487 of file kcolordialog.cpp.
| const int recentColorIndex = 0 |
Definition at line 93 of file kcolordialog.cpp.
Definition at line 180 of file kcolordialog.cpp.
QColor* standardPalette = 0 [static] |
Definition at line 179 of file kcolordialog.cpp.
KDE 3.5 API Reference