messagelist
#include <themecombobox.h>
Public Slots | |
void | selectDefault () |
Public Member Functions | |
ThemeComboBox (QWidget *parent) | |
~ThemeComboBox () | |
QString | currentTheme () const |
void | readStorageModelConfig (const Akonadi::Collection &col, bool &isPrivateSetting) |
void | readStorageModelConfig (MessageList::Core::StorageModel *storageModel, bool &isPrivateSetting) |
void | writeDefaultConfig () const |
void | writeStorageModelConfig (MessageList::Core::StorageModel *storageModel, bool isPrivateSetting) const |
void | writeStorageModelConfig (const Akonadi::Collection &col, bool isPrivateSetting) const |
void | writeStorageModelConfig (const QString &id, bool isPrivateSetting) const |
Detailed Description
A specialized KComboBox that lists all message list themes.
Definition at line 44 of file themecombobox.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 33 of file themecombobox.cpp.
ThemeComboBox::~ThemeComboBox | ( | ) |
Definition at line 42 of file themecombobox.cpp.
Member Function Documentation
QString ThemeComboBox::currentTheme | ( | ) | const |
Definition at line 47 of file themecombobox.cpp.
void ThemeComboBox::readStorageModelConfig | ( | const Akonadi::Collection & | col, |
bool & | isPrivateSetting | ||
) |
Definition at line 86 of file themecombobox.cpp.
void ThemeComboBox::readStorageModelConfig | ( | MessageList::Core::StorageModel * | storageModel, |
bool & | isPrivateSetting | ||
) |
Definition at line 93 of file themecombobox.cpp.
|
slot |
Definition at line 99 of file themecombobox.cpp.
void ThemeComboBox::writeDefaultConfig | ( | ) | const |
Definition at line 52 of file themecombobox.cpp.
void ThemeComboBox::writeStorageModelConfig | ( | MessageList::Core::StorageModel * | storageModel, |
bool | isPrivateSetting | ||
) | const |
Definition at line 68 of file themecombobox.cpp.
void ThemeComboBox::writeStorageModelConfig | ( | const Akonadi::Collection & | col, |
bool | isPrivateSetting | ||
) | const |
Definition at line 62 of file themecombobox.cpp.
void ThemeComboBox::writeStorageModelConfig | ( | const QString & | id, |
bool | isPrivateSetting | ||
) | const |
Definition at line 73 of file themecombobox.cpp.
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.