Plasma
desktopthemedetails.cpp File Reference
#include "desktopthemedetails.h"#include <QPainter>#include <QFile>#include <QAbstractItemView>#include <QtGui/QHeaderView>#include <KIcon>#include <KAboutData>#include <KFileDialog>#include <KMessageBox>#include <KStandardDirs>#include <KDesktopFile>#include <KColorScheme>#include <KNS/Engine>#include <KUrl>#include <KZip>#include <kio/netaccess.h>#include <kio/copyjob.h>#include <kio/deletejob.h>#include <kio/job.h>#include <kgenericfactory.h>#include <Plasma/FrameSvg>#include <Plasma/Theme>
Include dependency graph for desktopthemedetails.cpp:

Go to the source code of this file.
Functions | |
| K_PLUGIN_FACTORY (DesktopThemeDetailsFactory, registerPlugin< DesktopThemeDetails >();) K_EXPORT_PLUGIN(DesktopThemeDetailsFactory("desktopthemedetails" | |
Variables | |
| const ThemeItemNameType | themeCollectionName [] |
Function Documentation
| K_PLUGIN_FACTORY | ( | DesktopThemeDetailsFactory | , | |
| registerPlugin< DesktopThemeDetails >(); | ||||
| ) |
Variable Documentation
| const ThemeItemNameType themeCollectionName[] |
Initial value:
{
{ "Color Scheme", I18N_NOOP2("plasma name", "Color Scheme"),"colors", "preferences-desktop-color"},
{ "Panel Background", I18N_NOOP2("plasma name", "Panel Background"),"widgets/panel-background", "plasma"},
{ "Kickoff", I18N_NOOP2("plasma name", "Kickoff"), "dialogs/kickoff", "kde"},
{ "Task Items", I18N_NOOP2("plasma name", "Task Items"), "widgets/tasks", "preferences-system-windows"},
{ "Widget Background", I18N_NOOP2("plasma name", "Widget Background"), "widgets/background", "plasma"},
{ "Translucent Background", I18N_NOOP2("plasma name", "Translucent Background"), "widgets/translucentbackground", "plasma"},
{ "Dialog Background", I18N_NOOP2("plasma name", "Dialog Background"), "dialogs/background", "plasma"},
{ "Analog Clock", I18N_NOOP2("plasma name", "Analog Clock"), "widgets/clock", "chronometer"},
{ "Notes", I18N_NOOP2("plasma name", "Notes"), "widgets/notes", "view-pim-notes"},
{ "Tooltip", I18N_NOOP2("plasma name", "Tooltip"), "widgets/tooltip", "plasma"},
{ "Pager", I18N_NOOP2("plasma name", "Pager"), "widgets/pager", "plasma"},
{ "Run Command Dialog", I18N_NOOP2("plasma name", "Run Command Dialog"), "dialogs/krunner", "system-run"},
{ "Shutdown Dialog", I18N_NOOP2("plasma name", "Shutdown Dialog"), "dialogs/shutdowndialog", "system-shutdown"},
{ 0, 0,0,0 }
}
Definition at line 267 of file desktopthemedetails.cpp.
KDE 4.2 API Reference