messagelist
#include <configurethemesdialog_p.h>
Public Member Functions | |
Private (ConfigureThemesDialog *owner) | |
void | cloneThemeButtonClicked () |
void | commitEditor () |
void | deleteThemeButtonClicked () |
void | editedThemeNameChanged () |
void | exportThemeButtonClicked () |
void | fillThemeList () |
ThemeListWidgetItem * | findThemeItemById (const QString &themeId) |
ThemeListWidgetItem * | findThemeItemByName (const QString &name, Core::Theme *skipTheme=0) |
ThemeListWidgetItem * | findThemeItemByTheme (Core::Theme *set) |
void | importThemeButtonClicked () |
void | newThemeButtonClicked () |
void | okButtonClicked () |
void | themeListItemClicked (QListWidgetItem *) |
QString | uniqueNameForTheme (const QString &baseName, Core::Theme *skipTheme=0) |
Public Attributes | |
QPushButton * | mCloneThemeButton |
QPushButton * | mDeleteThemeButton |
ThemeEditor * | mEditor |
QPushButton * | mExportThemeButton |
QPushButton * | mImportThemeButton |
QPushButton * | mNewThemeButton |
ThemeListWidget * | mThemeList |
ConfigureThemesDialog *const | q |
Detailed Description
Definition at line 43 of file configurethemesdialog_p.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 46 of file configurethemesdialog_p.h.
Member Function Documentation
void ConfigureThemesDialog::Private::cloneThemeButtonClicked | ( | ) |
Definition at line 369 of file configurethemesdialog.cpp.
void ConfigureThemesDialog::Private::commitEditor | ( | ) |
Definition at line 212 of file configurethemesdialog.cpp.
void ConfigureThemesDialog::Private::deleteThemeButtonClicked | ( | ) |
Definition at line 392 of file configurethemesdialog.cpp.
void ConfigureThemesDialog::Private::editedThemeNameChanged | ( | ) |
Definition at line 233 of file configurethemesdialog.cpp.
void ConfigureThemesDialog::Private::exportThemeButtonClicked | ( | ) |
Definition at line 449 of file configurethemesdialog.cpp.
void ConfigureThemesDialog::Private::fillThemeList | ( | ) |
Definition at line 248 of file configurethemesdialog.cpp.
ThemeListWidgetItem * ConfigureThemesDialog::Private::findThemeItemById | ( | const QString & | themeId | ) |
Definition at line 274 of file configurethemesdialog.cpp.
ThemeListWidgetItem * ConfigureThemesDialog::Private::findThemeItemByName | ( | const QString & | name, |
Core::Theme * | skipTheme = 0 |
||
) |
Definition at line 292 of file configurethemesdialog.cpp.
ThemeListWidgetItem * ConfigureThemesDialog::Private::findThemeItemByTheme | ( | Core::Theme * | set | ) |
Definition at line 312 of file configurethemesdialog.cpp.
void ConfigureThemesDialog::Private::importThemeButtonClicked | ( | ) |
Definition at line 418 of file configurethemesdialog.cpp.
void ConfigureThemesDialog::Private::newThemeButtonClicked | ( | ) |
Definition at line 348 of file configurethemesdialog.cpp.
void ConfigureThemesDialog::Private::okButtonClicked | ( | ) |
Definition at line 188 of file configurethemesdialog.cpp.
void ConfigureThemesDialog::Private::themeListItemClicked | ( | QListWidgetItem * | cur | ) |
Definition at line 258 of file configurethemesdialog.cpp.
QString ConfigureThemesDialog::Private::uniqueNameForTheme | ( | const QString & | baseName, |
Core::Theme * | skipTheme = 0 |
||
) |
Definition at line 330 of file configurethemesdialog.cpp.
Member Data Documentation
QPushButton* MessageList::Utils::ConfigureThemesDialog::Private::mCloneThemeButton |
Definition at line 71 of file configurethemesdialog_p.h.
QPushButton* MessageList::Utils::ConfigureThemesDialog::Private::mDeleteThemeButton |
Definition at line 72 of file configurethemesdialog_p.h.
ThemeEditor* MessageList::Utils::ConfigureThemesDialog::Private::mEditor |
Definition at line 69 of file configurethemesdialog_p.h.
QPushButton* MessageList::Utils::ConfigureThemesDialog::Private::mExportThemeButton |
Definition at line 73 of file configurethemesdialog_p.h.
QPushButton* MessageList::Utils::ConfigureThemesDialog::Private::mImportThemeButton |
Definition at line 74 of file configurethemesdialog_p.h.
QPushButton* MessageList::Utils::ConfigureThemesDialog::Private::mNewThemeButton |
Definition at line 70 of file configurethemesdialog_p.h.
ThemeListWidget* MessageList::Utils::ConfigureThemesDialog::Private::mThemeList |
Definition at line 68 of file configurethemesdialog_p.h.
ConfigureThemesDialog* const MessageList::Utils::ConfigureThemesDialog::Private::q |
Definition at line 66 of file configurethemesdialog_p.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:32 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.