libkpimidentities
KPIM Namespace Reference
Classes | |
| class | Signature |
| abstraction of a signature (aka "footer"). More... | |
| class | Identity |
| User identity information. More... | |
| class | IdentityCombo |
| A combo box that always shows the up-to-date identity list. More... | |
| class | IdentityManager |
Functions | |
| QDataStream & | operator<< (QDataStream &stream, const KPIM::Signature &sig) |
| QDataStream & | operator>> (QDataStream &stream, KPIM::Signature &sig) |
| QDataStream & | operator<< (QDataStream &stream, const KPIM::Identity &i) |
| QDataStream & | operator>> (QDataStream &stream, KPIM::Identity &i) |
Variables | |
| static const char *const | IdentityManager_ftable [2][3] |
| static const int | IdentityManager_ftable_hiddens [1] |
Variable Documentation
const char* const KPIM::IdentityManager_ftable[2][3] [static] |
Initial value:
{
{ "void", "slotIdentitiesChanged(QCString,QCString)", "slotIdentitiesChanged(QCString appId,QCString objId)" },
{ 0, 0, 0 }
}
Definition at line 15 of file identitymanager_skel.cpp.
const int KPIM::IdentityManager_ftable_hiddens[1] [static] |

