QtMobility Reference Documentation

QOrganizerItemType Class Reference

The QOrganizerItemType class describes the type of the organizer item. This detail may be automatically synthesized by the backend depending on other details in the organizer item. More...

 #include <QOrganizerItemType>

Inherits: QOrganizerItemDetail.

This class was introduced in Qt Mobility 1.1.

Public Functions

void setType ( const QString & type )
QString type () const

Static Public Members

const QLatin1Constant DefinitionName
const QLatin1Constant FieldType
const QLatin1Constant TypeEvent
const QLatin1Constant TypeEventOccurrence
const QLatin1Constant TypeJournal
const QLatin1Constant TypeNote
const QLatin1Constant TypeTodo
const QLatin1Constant TypeTodoOccurrence

Detailed Description

The QOrganizerItemType class describes the type of the organizer item. This detail may be automatically synthesized by the backend depending on other details in the organizer item.

Member Function Documentation

void QOrganizerItemType::setType ( const QString & type )

Sets the type of the organizer item to be the give type.

This function was introduced in Qt Mobility 1.1.

See also type().

QString QOrganizerItemType::type () const

Returns the organizer item type value stored in this detail.

This function was introduced in Qt Mobility 1.1.

See also setType().

Member Variable Documentation

const QLatin1Constant QOrganizerItemType::DefinitionName

The constant string which identifies the definition of details which identify the type of the organizer item.

const QLatin1Constant QOrganizerItemType::FieldType

The constant key for the type value which is stored in details of the QOrganizerItemType definition.

const QLatin1Constant QOrganizerItemType::TypeEvent

The constant attribute value which describes the organizer item as being an event.

const QLatin1Constant QOrganizerItemType::TypeEventOccurrence

The constant attribute value which describes the organizer item as being an occurrence of an event.

const QLatin1Constant QOrganizerItemType::TypeJournal

The constant attribute value which describes the organizer item as being a journal.

const QLatin1Constant QOrganizerItemType::TypeNote

The constant attribute value which describes the organizer item as being a note.

const QLatin1Constant QOrganizerItemType::TypeTodo

The constant attribute value which describes the organizer item as being a todo.

const QLatin1Constant QOrganizerItemType::TypeTodoOccurrence

The constant attribute value which describes the organizer item as being an occurrence of a todo.

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.