messagelist
#include <aggregationcombobox.h>
Public Slots | |
void | selectDefault () |
Public Member Functions | |
AggregationComboBox (QWidget *parent) | |
~AggregationComboBox () | |
QString | currentAggregation () const |
void | readStorageModelConfig (MessageList::Core::StorageModel *storageModel, bool &isPrivateSetting) |
void | readStorageModelConfig (const Akonadi::Collection &col, bool &isPrivateSetting) |
void | readStorageModelConfig (const QString &id, 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 aggregations.
Definition at line 43 of file aggregationcombobox.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 31 of file aggregationcombobox.cpp.
AggregationComboBox::~AggregationComboBox | ( | ) |
Definition at line 40 of file aggregationcombobox.cpp.
Member Function Documentation
QString AggregationComboBox::currentAggregation | ( | ) | const |
Definition at line 45 of file aggregationcombobox.cpp.
void AggregationComboBox::readStorageModelConfig | ( | MessageList::Core::StorageModel * | storageModel, |
bool & | isPrivateSetting | ||
) |
Definition at line 89 of file aggregationcombobox.cpp.
void AggregationComboBox::readStorageModelConfig | ( | const Akonadi::Collection & | col, |
bool & | isPrivateSetting | ||
) |
Definition at line 94 of file aggregationcombobox.cpp.
void AggregationComboBox::readStorageModelConfig | ( | const QString & | id, |
bool & | isPrivateSetting | ||
) |
Definition at line 83 of file aggregationcombobox.cpp.
|
slot |
Definition at line 100 of file aggregationcombobox.cpp.
void AggregationComboBox::writeDefaultConfig | ( | ) | const |
Definition at line 50 of file aggregationcombobox.cpp.
void AggregationComboBox::writeStorageModelConfig | ( | MessageList::Core::StorageModel * | storageModel, |
bool | isPrivateSetting | ||
) | const |
Definition at line 60 of file aggregationcombobox.cpp.
void AggregationComboBox::writeStorageModelConfig | ( | const Akonadi::Collection & | col, |
bool | isPrivateSetting | ||
) | const |
Definition at line 78 of file aggregationcombobox.cpp.
void AggregationComboBox::writeStorageModelConfig | ( | const QString & | id, |
bool | isPrivateSetting | ||
) | const |
Definition at line 65 of file aggregationcombobox.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.