#include <collectiontypeutil.h>
|
enum | FolderContentsType {
ContentsTypeMail = 0
, ContentsTypeCalendar
, ContentsTypeContact
, ContentsTypeNote
,
ContentsTypeTask
, ContentsTypeJournal
, ContentsTypeConfiguration
, ContentsTypeFreebusy
,
ContentsTypeFile
, ContentsTypeLast = ContentsTypeFile
} |
|
enum | IncidencesFor { IncForNobody
, IncForAdmins
, IncForReaders
} |
|
◆ FolderContentsType
enum PimCommon::CollectionTypeUtil::FolderContentsType |
◆ IncidencesFor
enum PimCommon::CollectionTypeUtil::IncidencesFor |
◆ contentsTypeFromString()
CollectionTypeUtil::FolderContentsType CollectionTypeUtil::contentsTypeFromString |
( |
const QString & | type | ) |
|
|
nodiscard |
◆ folderContentDescription()
QString CollectionTypeUtil::folderContentDescription |
( |
CollectionTypeUtil::FolderContentsType | type | ) |
|
|
nodiscard |
◆ iconNameFromContentsType()
QString CollectionTypeUtil::iconNameFromContentsType |
( |
CollectionTypeUtil::FolderContentsType | type | ) |
|
|
nodiscard |
◆ incidencesForFromString()
CollectionTypeUtil::IncidencesFor CollectionTypeUtil::incidencesForFromString |
( |
const QString & | string | ) |
|
|
nodiscard |
◆ incidencesForToString()
QString CollectionTypeUtil::incidencesForToString |
( |
CollectionTypeUtil::IncidencesFor | type | ) |
|
|
nodiscard |
◆ kolabFolderType()
QByteArray CollectionTypeUtil::kolabFolderType |
( |
| ) |
|
|
static |
◆ kolabIncidencesFor()
QByteArray CollectionTypeUtil::kolabIncidencesFor |
( |
| ) |
|
|
static |
◆ kolabNameFromType()
QByteArray CollectionTypeUtil::kolabNameFromType |
( |
CollectionTypeUtil::FolderContentsType | type | ) |
|
|
nodiscard |
◆ kolabSharedSeen()
QByteArray CollectionTypeUtil::kolabSharedSeen |
( |
| ) |
|
|
static |
◆ typeFromKolabName()
CollectionTypeUtil::FolderContentsType CollectionTypeUtil::typeFromKolabName |
( |
const QByteArray & | name | ) |
|
|
nodiscard |
◆ typeNameFromKolabType()
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:39:22 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.