QtMobility Reference Documentation

QOrganizerItemDetailDefinitionFetchRequest Class Reference

The QOrganizerItemDetailDefinitionFetchRequest class allows a client to asynchronously request detail definitions from an organizer item store manager. More...

 #include <QOrganizerItemDetailDefinitionFetchRequest>

Inherits: QOrganizerAbstractRequest.

This class was introduced in Qt Mobility 1.1.

Public Functions

QOrganizerItemDetailDefinitionFetchRequest ( QObject * parent = 0 )
~QOrganizerItemDetailDefinitionFetchRequest ()
QStringList definitionNames () const
QMap<QString, QOrganizerItemDetailDefinition> definitions () const
QMap<int, QOrganizerManager::Error> errorMap () const
QString itemType () const
void setDefinitionName ( const QString & definitionName )
void setDefinitionNames ( const QStringList & names )
void setItemType ( const QString & organizeritemType )

Additional Inherited Members

Detailed Description

The QOrganizerItemDetailDefinitionFetchRequest class allows a client to asynchronously request detail definitions from an organizer item store manager.

For a QOrganizerItemDetailDefinitionFetchRequest, the resultsAvailable() signal will be emitted when either the individual item errors (which may be retrieved by calling errorMap()), or the resultant detail definitions (which may be retrieved by calling definitions()), are updated, as well as if the overall operation error (which may be retrieved by calling error()) is updated.

Member Function Documentation

QOrganizerItemDetailDefinitionFetchRequest::QOrganizerItemDetailDefinitionFetchRequest ( QObject * parent = 0 )

Constructs a new detail definition fetch request whose parent is the specified parent

This function was introduced in Qt Mobility 1.1.

QOrganizerItemDetailDefinitionFetchRequest::~QOrganizerItemDetailDefinitionFetchRequest ()

Frees memory in use by this request

This function was introduced in Qt Mobility 1.2.

QStringList QOrganizerItemDetailDefinitionFetchRequest::definitionNames () const

Returns the list of names of the detail definitions that will be retrieved

This function was introduced in Qt Mobility 1.1.

See also setDefinitionNames().

QMap<QString, QOrganizerItemDetailDefinition> QOrganizerItemDetailDefinitionFetchRequest::definitions () const

Returns the map of detail definition names to detail definitions that was the result of the request

This function was introduced in Qt Mobility 1.1.

QMap<int, QOrganizerManager::Error> QOrganizerItemDetailDefinitionFetchRequest::errorMap () const

Returns the map of input name list indices to errors which occurred

This function was introduced in Qt Mobility 1.1.

QString QOrganizerItemDetailDefinitionFetchRequest::itemType () const

Returns the type of organizer item for which detail definitions will be retrieved

This function was introduced in Qt Mobility 1.1.

See also setItemType().

void QOrganizerItemDetailDefinitionFetchRequest::setDefinitionName ( const QString & definitionName )

Sets the name of the detail definition to retrieve to definitionName. Equivalent to calling

 setDefinitionNames(QList<QOrganizerItemDetailDefinition>() << definitionName);

This function was introduced in Qt Mobility 1.1.

void QOrganizerItemDetailDefinitionFetchRequest::setDefinitionNames ( const QStringList & names )

Sets the names of the detail definitions to retrieve to names

This function was introduced in Qt Mobility 1.1.

See also definitionNames().

void QOrganizerItemDetailDefinitionFetchRequest::setItemType ( const QString & organizeritemType )

Sets the type of organizer item for which detail definitions should be retrieved to organizeritemType

This function was introduced in Qt Mobility 1.1.

See also itemType().

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.