QtMobility Reference Documentation

QOrganizerItemVisualReminder Class Reference

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.

Public Functions

QUrl dataUrl () const
QString message () const
void setDataUrl ( const QUrl & dataUrl )
void setMessage ( const QString & message )

Public Variables

const char * DefinitionName
const char * FieldDataUrl
const char * FieldMessage

Additional Inherited Members

Detailed Description

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.

Member Function Documentation

QUrl QOrganizerItemVisualReminder::dataUrl () const

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().

QString QOrganizerItemVisualReminder::message () const

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().

void QOrganizerItemVisualReminder::setDataUrl ( const QUrl & dataUrl )

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().

void QOrganizerItemVisualReminder::setMessage ( const QString & message )

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().

Member Variable Documentation

const char * QOrganizerItemVisualReminder::DefinitionName

The constant string which identifies the definition of details which contain visual reminder information of an organizer item.

const char * QOrganizerItemVisualReminder::FieldDataUrl

The constant key for which the value of the visual data url is stored.

const char * QOrganizerItemVisualReminder::FieldMessage

The constant key for which the value of the message to be displayed is stored in details of the QOrganizerItemVisualReminder type.

X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.