libkpimidentities
Deprecated List
- Member KPIM::IdentityCombo::identityChanged (const QString &identityName)
- Really emitted whenever the current identity changes. Either by user intervention or on setCurrentIdentity() or if the current identity disappears.
- Member KPIM::IdentityManager::identityForName (const QString &identityName) const
- Returns:
- the identity named
identityName
or Identity::null if not found.
- Member KPIM::IdentityManager::identityForNameOrDefault (const QString &identityName) const
- Convenience method.
- Member KPIM::IdentityManager::setAsDefault (const QString &identityName)
- Sets the identity named
identityName
to be the new default identity. As usual, use commit to make this permanent.