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.
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.