Pimcommon
9#include "pimcommonakonadi_export.h"
19class PIMCOMMONAKONADI_EXPORT CollectionTypeUtil
23 ~CollectionTypeUtil();
29 enum FolderContentsType {
36 ContentsTypeConfiguration,
39 ContentsTypeLast = ContentsTypeFile
48 [[nodiscard]] CollectionTypeUtil::IncidencesFor incidencesForFromString(
const QString &
string);
49 [[nodiscard]] CollectionTypeUtil::FolderContentsType typeFromKolabName(
const QByteArray &name);
50 [[nodiscard]]
QString folderContentDescription(CollectionTypeUtil::FolderContentsType type);
51 [[nodiscard]]
QByteArray kolabNameFromType(CollectionTypeUtil::FolderContentsType type);
52 [[nodiscard]]
QString incidencesForToString(CollectionTypeUtil::IncidencesFor type);
53 [[nodiscard]] CollectionTypeUtil::FolderContentsType contentsTypeFromString(
const QString &type);
55 [[nodiscard]]
QString iconNameFromContentsType(CollectionTypeUtil::FolderContentsType type);
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:47:24 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.