akonadi/contact
Akonadi::ContactMetaData Class Reference
A helper class for storing contact specific settings. More...
#include <contactmetadata_p.h>
Public Member Functions | |
ContactMetaData () | |
~ContactMetaData () | |
int | displayNameMode () const |
void | load (const Akonadi::Item &contact) |
void | setDisplayNameMode (int mode) |
void | store (Akonadi::Item &contact) |
Detailed Description
A helper class for storing contact specific settings.
Definition at line 35 of file contactmetadata_p.h.
Constructor & Destructor Documentation
ContactMetaData::ContactMetaData | ( | ) |
Creates a contact meta data object.
Definition at line 41 of file contactmetadata.cpp.
ContactMetaData::~ContactMetaData | ( | ) |
Destroys the contact meta data object.
Definition at line 46 of file contactmetadata.cpp.
Member Function Documentation
int ContactMetaData::displayNameMode | ( | ) | const |
Returns the mode that is used for the display name of that contact.
Definition at line 81 of file contactmetadata.cpp.
void ContactMetaData::load | ( | const Akonadi::Item & | contact | ) |
Loads the meta data for the given contact
.
Definition at line 51 of file contactmetadata.cpp.
void ContactMetaData::setDisplayNameMode | ( | int | mode | ) |
Sets the mode that is used for the display name of that contact.
Definition at line 76 of file contactmetadata.cpp.
void ContactMetaData::store | ( | Akonadi::Item & | contact | ) |
Stores the meta data to the given contact
.
Definition at line 65 of file contactmetadata.cpp.
The documentation for this class was generated from the following files: