KABC::VCardLine Class Reference
Collaboration diagram for KABC::VCardLine:
Public Types | |
typedef QValueList< VCardLine > | List |
typedef QMap< QString, QStringList > | ParamMap |
Public Member Functions | |
VCardLine (const QString &identifier) | |
VCardLine (const QString &identifier, const QVariant &value) | |
VCardLine (const VCardLine &) | |
VCardLine & | operator= (const VCardLine &) |
void | setIdentifier (const QString &identifier) |
QString | identifier () const |
void | setValue (const QVariant &value) |
QVariant | value () const |
void | setGroup (const QString &group) |
QString | group () const |
bool | hasGroup () const |
QStringList | parameterList () const |
void | addParameter (const QString ¶m, const QString &value) |
QStringList | parameters (const QString ¶m) const |
QString | parameter (const QString ¶m) const |
Detailed Description
Definition at line 32 of file vcardline.h.
Member Function Documentation
|
Sets the identifier of this line e.g. UID, FN, CLASS Referenced by KABC::VCardParser::parseVCards(), and KABC::VCard::setVersion(). |
|
Returns the identifier of this line.
Referenced by KABC::VCard::addLine(). |
|
Sets the value of of this line.
Referenced by KABC::VCardParser::parseVCards(). |
|
Returns the value of this line.
Referenced by KABC::VCard::version(). |
|
Sets the group the line belongs to.
Referenced by KABC::VCardParser::parseVCards(). |
|
Returns the group the line belongs to.
|
|
Returns whether the line belongs to a group.
|
|
Returns all parameters.
Referenced by KABC::VCardParser::parseVCards(). |
|
Add a new parameter to the line.
Referenced by KABC::VCardTool::createVCards(), and KABC::VCardParser::parseVCards(). |
|
Returns the values of a special parameter. You can get a list of all parameters with paramList(). |
|
Returns only the first value of a special parameter. You can get a list of all parameters with paramList(). Referenced by KABC::VCardParser::parseVCards(). |
The documentation for this class was generated from the following file: