mailcommon
#include <foldercollection.h>

Public Member Functions | |
| ~FolderCollection () | |
| bool | canCreateMessages () const |
| bool | canDeleteMessages () const |
| Akonadi::Collection | collection () const |
| qint64 | count () const |
| bool | hideInSelectionDialog () const |
| uint | identity () const |
| bool | isMailingListEnabled () const |
| bool | isReadOnly () const |
| bool | isStructural () const |
| bool | isSystemFolder () const |
| bool | isValid () const |
| bool | isWriteConfig () const |
| MailingList | mailingList () const |
| QString | mailingListPostAddress () const |
| QString | name () const |
| bool | putRepliesInSameFolder () const |
| void | readConfig () |
| Akonadi::Collection::Rights | rights () const |
| void | setCollection (const Akonadi::Collection &collection) |
| void | setHideInSelectionDialog (bool hide) |
| void | setIdentity (uint identity) |
| void | setMailingList (const MailingList &mlist) |
| void | setMailingListEnabled (bool enabled) |
| void | setPutRepliesInSameFolder (bool b) |
| void | setShortcut (const KShortcut &) |
| void | setUseDefaultIdentity (bool useDefaultIdentity) |
| void | setWriteConfig (bool writeConfig) |
| const KShortcut & | shortcut () const |
| Akonadi::CollectionStatistics | statistics () const |
| bool | useDefaultIdentity () const |
| void | writeConfig () const |
Public Member Functions inherited from QObject | |
| QObject (QObject *parent) | |
| QObject (QObject *parent, const char *name) | |
| virtual | ~QObject () |
| bool | blockSignals (bool block) |
| QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
| const QObjectList & | children () const |
| const char * | className () const |
| bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
| void | deleteLater () |
| void | destroyed (QObject *obj) |
| bool | disconnect (const QObject *receiver, const char *method) |
| bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
| void | dumpObjectInfo () |
| void | dumpObjectTree () |
| QList< QByteArray > | dynamicPropertyNames () const |
| virtual bool | event (QEvent *e) |
| virtual bool | eventFilter (QObject *watched, QEvent *event) |
| T | findChild (const QString &name) const |
| QList< T > | findChildren (const QRegExp ®Exp) const |
| QList< T > | findChildren (const QString &name) const |
| bool | inherits (const char *className) const |
| void | insertChild (QObject *object) |
| void | installEventFilter (QObject *filterObj) |
| bool | isA (const char *className) const |
| bool | isWidgetType () const |
| void | killTimer (int id) |
| virtual const QMetaObject * | metaObject () const |
| void | moveToThread (QThread *targetThread) |
| const char * | name () const |
| const char * | name (const char *defaultName) const |
| QString | objectName () const |
| QObject * | parent () const |
| QVariant | property (const char *name) const |
| void | removeChild (QObject *object) |
| void | removeEventFilter (QObject *obj) |
| void | setName (const char *name) |
| void | setObjectName (const QString &name) |
| void | setParent (QObject *parent) |
| bool | setProperty (const char *name, const QVariant &value) |
| bool | signalsBlocked () const |
| int | startTimer (int interval) |
| QThread * | thread () const |
Static Public Member Functions | |
| static void | clearCache () |
| static QString | configGroupName (const Akonadi::Collection &col) |
| static QSharedPointer < FolderCollection > | forCollection (const Akonadi::Collection &coll, bool writeConfig=true) |
Static Public Member Functions inherited from QObject | |
| bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
| bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
| bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
| bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
| QString | tr (const char *sourceText, const char *disambiguation, int n) |
| QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
Protected Slots | |
| void | slotIdentitiesChanged () |
Additional Inherited Members | |
Protected Member Functions inherited from QObject | |
| bool | checkConnectArgs (const char *signal, const QObject *object, const char *method) |
| virtual void | childEvent (QChildEvent *event) |
| virtual void | connectNotify (const char *signal) |
| virtual void | customEvent (QEvent *event) |
| virtual void | disconnectNotify (const char *signal) |
| int | receivers (const char *signal) const |
| QObject * | sender () const |
| int | senderSignalIndex () const |
| virtual void | timerEvent (QTimerEvent *event) |
Static Protected Member Functions inherited from QObject | |
| QByteArray | normalizeSignalSlot (const char *signalSlot) |
Properties inherited from QObject | |
| objectName | |
Detailed Description
Definition at line 35 of file foldercollection.h.
Constructor & Destructor Documentation
| MailCommon::FolderCollection::~FolderCollection | ( | ) |
Definition at line 80 of file foldercollection.cpp.
Member Function Documentation
| bool MailCommon::FolderCollection::canCreateMessages | ( | ) | const |
Definition at line 129 of file foldercollection.cpp.
| bool MailCommon::FolderCollection::canDeleteMessages | ( | ) | const |
Definition at line 124 of file foldercollection.cpp.
|
static |
Definition at line 88 of file foldercollection.cpp.
| Akonadi::Collection MailCommon::FolderCollection::collection | ( | ) | const |
Definition at line 149 of file foldercollection.cpp.
|
static |
Definition at line 174 of file foldercollection.cpp.
| qint64 MailCommon::FolderCollection::count | ( | ) | const |
Definition at line 134 of file foldercollection.cpp.
|
static |
Definition at line 46 of file foldercollection.cpp.
|
inline |
Returns true if this folder should be hidden from all folder selection dialogs.
Definition at line 128 of file foldercollection.h.
| uint MailCommon::FolderCollection::identity | ( | ) | const |
Definition at line 291 of file foldercollection.cpp.
|
inline |
Definition at line 100 of file foldercollection.h.
| bool MailCommon::FolderCollection::isReadOnly | ( | ) | const |
Definition at line 119 of file foldercollection.cpp.
| bool MailCommon::FolderCollection::isStructural | ( | ) | const |
Definition at line 114 of file foldercollection.cpp.
| bool MailCommon::FolderCollection::isSystemFolder | ( | ) | const |
Definition at line 109 of file foldercollection.cpp.
| bool MailCommon::FolderCollection::isValid | ( | ) | const |
Definition at line 211 of file foldercollection.cpp.
| bool MailCommon::FolderCollection::isWriteConfig | ( | ) | const |
Definition at line 94 of file foldercollection.cpp.
|
inline |
Definition at line 107 of file foldercollection.h.
| QString MailCommon::FolderCollection::mailingListPostAddress | ( | ) | const |
Definition at line 319 of file foldercollection.cpp.
| QString MailCommon::FolderCollection::name | ( | ) | const |
Definition at line 104 of file foldercollection.cpp.
|
inline |
Returns true if the replies to mails from this folder should be put in the same folder.
Definition at line 116 of file foldercollection.h.
| void MailCommon::FolderCollection::readConfig | ( | ) |
Definition at line 179 of file foldercollection.cpp.
| Akonadi::Collection::Rights MailCommon::FolderCollection::rights | ( | ) | const |
Definition at line 139 of file foldercollection.cpp.
| void MailCommon::FolderCollection::setCollection | ( | const Akonadi::Collection & | collection | ) |
Definition at line 154 of file foldercollection.cpp.
|
inline |
Definition at line 132 of file foldercollection.h.
| void MailCommon::FolderCollection::setIdentity | ( | uint | identity | ) |
Definition at line 283 of file foldercollection.cpp.
| void MailCommon::FolderCollection::setMailingList | ( | const MailingList & | mlist | ) |
Definition at line 344 of file foldercollection.cpp.
| void MailCommon::FolderCollection::setMailingListEnabled | ( | bool | enabled | ) |
Returns true if this folder is associated with a mailing-list.
Definition at line 336 of file foldercollection.cpp.
|
inline |
Definition at line 120 of file foldercollection.h.
| void MailCommon::FolderCollection::setShortcut | ( | const KShortcut & | sc | ) |
Definition at line 265 of file foldercollection.cpp.
| void MailCommon::FolderCollection::setUseDefaultIdentity | ( | bool | useDefaultIdentity | ) |
Get / set whether the default identity should be used instead of the identity specified by setIdentity().
Definition at line 272 of file foldercollection.cpp.
| void MailCommon::FolderCollection::setWriteConfig | ( | bool | writeConfig | ) |
Definition at line 99 of file foldercollection.cpp.
|
inline |
Definition at line 78 of file foldercollection.h.
|
protectedslot |
Definition at line 159 of file foldercollection.cpp.
| Akonadi::CollectionStatistics MailCommon::FolderCollection::statistics | ( | ) | const |
Definition at line 144 of file foldercollection.cpp.
|
inline |
Definition at line 88 of file foldercollection.h.
| void MailCommon::FolderCollection::writeConfig | ( | ) | const |
Definition at line 216 of file foldercollection.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:31:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from