messagelist
themecombobox.cpp
Go to the documentation of this file.
62 void ThemeComboBox::writeStorageModelConfig( const Akonadi::Collection &col, bool isPrivateSetting ) const
68 void ThemeComboBox::writeStorageModelConfig( MessageList::Core::StorageModel *storageModel, bool isPrivateSetting ) const
86 void ThemeComboBox::readStorageModelConfig( const Akonadi::Collection& col, bool &isPrivateSetting )
93 void ThemeComboBox::readStorageModelConfig( MessageList::Core::StorageModel *storageModel, bool &isPrivateSetting )
95 const Theme *theme = Manager::instance()->themeForStorageModel( storageModel, &isPrivateSetting );
QString currentTheme() const
Definition: themecombobox.cpp:47
virtual QString id() const =0
Returns an unique id for this Storage collection.
void setCurrentTheme(const Core::Theme *theme)
Definition: themecombobox.cpp:119
void writeDefaultConfig() const
Definition: themecombobox.cpp:52
The QAbstractItemModel based interface that you need to provide for your storage to work with Message...
Definition: storagemodelbase.h:45
void writeStorageModelConfig(MessageList::Core::StorageModel *storageModel, bool isPrivateSetting) const
Definition: themecombobox.cpp:68
static bool compareName(Theme *theme1, Theme *theme2)
Definition: theme.h:872
The Theme class defines the visual appearance of the MessageList.
Definition: theme.h:65
void readStorageModelConfig(const Akonadi::Collection &col, bool &isPrivateSetting)
Definition: themecombobox.cpp:86
void selectDefault()
Definition: themecombobox.cpp:99
This file is part of the KDE documentation.
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
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.