Akonadi
Akonadi Namespace Reference
Namespaces | |
| namespace | CollectionUtils |
| namespace | TrashSettings |
| namespace | XmlReader |
| namespace | XmlWriter |
Enumerations | |
| enum | CountType { UnreadCount , TotalCount } |
Functions | |
| AKONADI_EXCEPTION_MAKE_TRIVIAL_INSTANCE (PayloadException) | |
| template<typename DPtr, typename Slot> | |
| auto | akPrivSlot (DPtr &&dptr, Slot &&slot) |
| Protocol::DataStream & | operator<< (Protocol::DataStream &stream, const Akonadi::ImapInterval &interval) |
| Protocol::DataStream & | operator<< (Protocol::DataStream &stream, const Akonadi::ImapSet &set) |
| Protocol::DataStream & | operator<< (Protocol::DataStream &stream, const Akonadi::Scope &scope) |
| Protocol::DataStream & | operator<< (Protocol::DataStream &stream, const Akonadi::Scope::HRID &hrid) |
| Protocol::DataStream & | operator>> (Protocol::DataStream &stream, Akonadi::ImapInterval &interval) |
| Protocol::DataStream & | operator>> (Protocol::DataStream &stream, Akonadi::ImapSet &set) |
| Protocol::DataStream & | operator>> (Protocol::DataStream &stream, Akonadi::Scope &scope) |
| Protocol::DataStream & | operator>> (Protocol::DataStream &stream, Akonadi::Scope::HRID &hrid) |
| AKONADICORE_EXPORT size_t | qHash (const Akonadi::AgentType &type, size_t seed=0) noexcept |
| AKONADICORE_EXPORT size_t | qHash (const Akonadi::Collection &collection, size_t seed=0) noexcept |
| AKONADICORE_EXPORT size_t | qHash (const Akonadi::Item &item, size_t seed=0) noexcept |
| AKONADICORE_EXPORT size_t | qHash (const Akonadi::Tag &, size_t sed=0) noexcept |
| template<typename Value, template< typename > class Container> | |
| QList< Value > | setToVector (const Container< Value > &container) |
| template<typename Key, typename Value, template< typename, typename > class Container> | |
| QList< Value > | valuesToVector (const Container< Key, Value > &container) |
| template<typename T> | |
| QSet< T > | vectorToSet (const QList< T > &container) |
Variables | |
| static const auto | IsNotNull |
| static const auto | IsNull |
Detailed Description
Enumeration Type Documentation
◆ CountType
| enum Akonadi::CountType |
Definition at line 30 of file collectionstatisticsdelegate.cpp.
Function Documentation
◆ akPrivSlot()
template<typename DPtr, typename Slot>
| auto Akonadi::akPrivSlot | ( | DPtr && | dptr, |
| Slot && | slot ) |
◆ operator<<() [1/4]
| Protocol::DataStream & Akonadi::operator<< | ( | Protocol::DataStream & | stream, |
| const Akonadi::ImapInterval & | interval ) |
Definition at line 281 of file imapset.cpp.
◆ operator<<() [2/4]
| Protocol::DataStream & Akonadi::operator<< | ( | Protocol::DataStream & | stream, |
| const Akonadi::ImapSet & | set ) |
Definition at line 291 of file imapset.cpp.
◆ operator<<() [3/4]
| Protocol::DataStream & Akonadi::operator<< | ( | Protocol::DataStream & | stream, |
| const Akonadi::Scope & | scope ) |
◆ operator<<() [4/4]
| Protocol::DataStream & Akonadi::operator<< | ( | Protocol::DataStream & | stream, |
| const Akonadi::Scope::HRID & | hrid ) |
◆ operator>>() [1/4]
| Protocol::DataStream & Akonadi::operator>> | ( | Protocol::DataStream & | stream, |
| Akonadi::ImapInterval & | interval ) |
Definition at line 286 of file imapset.cpp.
◆ operator>>() [2/4]
| Protocol::DataStream & Akonadi::operator>> | ( | Protocol::DataStream & | stream, |
| Akonadi::ImapSet & | set ) |
Definition at line 296 of file imapset.cpp.
◆ operator>>() [3/4]
| Protocol::DataStream & Akonadi::operator>> | ( | Protocol::DataStream & | stream, |
| Akonadi::Scope & | scope ) |
◆ operator>>() [4/4]
| Protocol::DataStream & Akonadi::operator>> | ( | Protocol::DataStream & | stream, |
| Akonadi::Scope::HRID & | hrid ) |
◆ qHash() [1/4]
|
noexcept |
Definition at line 87 of file core/agenttype.cpp.
◆ qHash() [2/4]
|
noexcept |
Definition at line 27 of file collection.cpp.
◆ qHash() [3/4]
|
noexcept |
◆ qHash() [4/4]
|
noexcept |
◆ setToVector()
template<typename Value, template< typename > class Container>
| QList< Value > Akonadi::setToVector | ( | const Container< Value > & | container | ) |
Definition at line 39 of file vectorhelper.h.
◆ valuesToVector()
template<typename Key, typename Value, template< typename, typename > class Container>
| QList< Value > Akonadi::valuesToVector | ( | const Container< Key, Value > & | container | ) |
Definition at line 17 of file vectorhelper.h.
◆ vectorToSet()
Definition at line 28 of file vectorhelper.h.
Variable Documentation
◆ IsNotNull
|
static |
Initial value:
= [](auto ptr) {
return (bool)ptr;
}
Definition at line 14 of file akhelpers.h.
◆ IsNull
|
static |
Initial value:
= [](auto ptr) {
return !(bool)ptr;
}
Definition at line 11 of file akhelpers.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:53:10 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:53:10 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.