KAlarmCal::Identities Namespace Reference
Functions | |
bool | identitiesExist () |
KPIMIdentities::IdentityManager * | identityManager () |
uint | identityUoid (const QString &identityUoidOrName) |
Detailed Description
Functions to facilitate use of KDE email identities.
Function Documentation
KALARMCAL_EXPORT bool KAlarmCal::Identities::identitiesExist | ( | ) |
Return whether any identities exist.
Definition at line 46 of file identities.cpp.
KALARMCAL_EXPORT KPIMIdentities::IdentityManager * KAlarmCal::Identities::identityManager | ( | ) |
Return the unique identity manager instance.
It is created if it does not already exist.
Definition at line 36 of file identities.cpp.
KALARMCAL_EXPORT uint KAlarmCal::Identities::identityUoid | ( | const QString & | identityUoidOrName | ) |
Fetch the uoid of an identity name or uoid string.
Definition at line 55 of file identities.cpp.