kitchensync
OpieHelper::ExtraMap Struct Reference
List of all members.Detailed Description
Definition at line 55 of file extramap.h.
Public Member Functions | |
~ExtraMap () | |
void | clear () |
QString | toString (const CUID &) |
QString | toString (const QString &app, const QString &uid) |
void | add (const QString &app, const QString &uid, const QDomNamedNodeMap &map, const QStringList &lst) |
void | add (const QString &app, const QString &type, const QString &uid, CustomExtraItem *item) |
CustomExtraItem * | item (const QString &app, const QString &type, const QString &uid) |
Protected Member Functions | |
QString | escape (const QString &str) |
Member Function Documentation
|
Add custom information for a UID + App + Type.
Definition at line 92 of file extramap.cpp. |
|
add a CUID with keyValue
Definition at line 71 of file extramap.cpp. |
|
Clear and free internal structures. On destruction clar() is called. Definition at line 41 of file extramap.cpp. |
|
Get the CustomExtraItem for a Composed Unique Identifier. Get the custom Item by the Composed Unique Identifier, it consists out of the Application-Name, the type of the CustomExtraItem and the actual UID of the record. This way you can have more than one CustomExtraItem for each UID.
Definition at line 98 of file extramap.cpp. |
|
assembles 'app-uid' and converts the stuff to additional attributes
Definition at line 66 of file extramap.cpp. |
|
Converts the KeyValue.
Definition at line 53 of file extramap.cpp. |
The documentation for this struct was generated from the following files: