![]() |
Home · All Classes · All Functions · | ![]() |
The QContactAnniversary class contains the anniversary of a contact. More...
#include <QContactAnniversary>
Inherits QContactDetail.
QString | calendarId () const |
QString | event () const |
QDate | originalDate () const |
void | setCalendarId ( const QString & calendarId ) |
void | setEvent ( const QString & event ) |
void | setOriginalDate ( const QDate & date ) |
void | setSubType ( const QString & subType ) |
QString | subType () const |
const char * | DefinitionName |
const char * | FieldCalendarId |
const char * | FieldEvent |
const char * | FieldOriginalDate |
const char * | FieldSubType |
const char * | SubTypeEmployment |
const char * | SubTypeEngagement |
const char * | SubTypeHouse |
const char * | SubTypeMemorial |
const char * | SubTypeWedding |
The QContactAnniversary class contains the anniversary of a contact.
* Returns the identifier of the calendar entry associated with this anniversary.
See also setCalendarId().
Returns the name of the event for which this detail contains information.
See also setEvent().
Returns the original date of occurrance of the event stored in this detail.
See also setOriginalDate().
Sets the identifier of the calendar entry associated with this anniversary to calendarId.
See also calendarId().
Sets the name of the event for which this detail contains information to event.
See also event().
Sets the original date of occurrance of the event stored in this detail to date.
See also originalDate().
Sets the subtype which this detail implements to be the given subType.
See also subType().
Returns the subtype that this detail implements, if defined.
See also setSubType().
The constant string which identifies the definition of details which are anniversary dates.
The constant key for which the value of the identifier of the associated calendar entry is stored in details of the QContactAnniversary type.
The constant key for which the name of the event is stored in details of the QContactAnniversary type.
The constant key for which the anniversary original event date value is stored in details of the QContactAnniversary type.
The constant key for which the subtypes value is stored in details of the QContactAnniversary type.
The constant attribute value which describes the anniversary as being an anniversary of employment at a particular company.
The constant attribute value which describes the anniversary as being an engagement anniversary.
The constant attribute value which describes the anniversary as being an anniversary of ownership of a particular residence.
The constant attribute value which describes the anniversary as being an anniversary of an event of sentimental significance.
The constant attribute value which describes the anniversary as being a wedding anniversary.
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Mobility Project 1.0.0 |