The QOrganizerItemVisualReminder class contains information about a visual reminder of an item. More...
#include <QOrganizerItemVisualReminder>
Inherits: QOrganizerItemReminder.
This class was introduced in Qt Mobility 1.1.
QUrl | dataUrl () const |
QString | message () const |
void | setDataUrl ( const QUrl & dataUrl ) |
void | setMessage ( const QString & message ) |
const char * | DefinitionName |
const char * | FieldDataUrl |
const char * | FieldMessage |
The QOrganizerItemVisualReminder class contains information about a visual reminder of an item.
A visual reminder is a reminder which alerts the user about the item, with a message, image or video. Note that the Organizer API does not enforce that the visual data is displayed, or that any other sort of reminder occurs; rather, it simply allows clients to store and manipulate data which might be used by the platform to implement alarms and reminders.
Returns the url of the visual data which the user wishes to be displayed as part of the reminder.
This function was introduced in Qt Mobility 1.1.
See also setDataUrl().
Returns the message which the user wishes to be displayed as part of the reminder.
This function was introduced in Qt Mobility 1.1.
See also setMessage().
Sets the url of the visual data which the user wishes to be displayed as part of the reminder to dataUrl.
This function was introduced in Qt Mobility 1.1.
See also dataUrl().
Sets the message which the user wishes to be displayed as part of the reminder to message.
This function was introduced in Qt Mobility 1.1.
See also message().
The constant string which identifies the definition of details which contain visual reminder information of an organizer item.
The constant key for which the value of the visual data url is stored.
The constant key for which the value of the message to be displayed is stored in details of the QOrganizerItemVisualReminder type.