QGalleryTypeRequest Class ReferenceThe QGalleryTypeRequest class provides an interface for requesting the properties of a type from a gallery. More... #include <QGalleryTypeRequest> Inherits QGalleryAbstractRequest. Properties
Public Functions
Signals
Reimplemented Protected Functions
Additional Inherited Members
Detailed DescriptionThe QGalleryTypeRequest class provides an interface for requesting the properties of a type from a gallery. QGalleryItemRequest executes a query which returns information summarizing items of the type specified in itemType. The query will return meta-data values which describe the type as a whole such as the total number of items of that type. When the request has finished and if the type is one recognized by the gallery the valid property will be true, if not it will be false. If the autoUpdate property is true when the request is executed it will enter an Idle state on finishing and will refresh the queried information if the type changes. If the gallery can't provide updates it will instead go immediately to the Finished state. Automatic updates can be canceled by calling cancel() on a idle request. See also QDocumentGallery. Property Documentation
|
bool | autoUpdate () const |
void | setAutoUpdate ( bool enabled ) |
Notifier signal:
void | autoUpdateChanged () |
This property holds the type a request should return the properties of.
Access functions:
QString | itemType () const |
void | setItemType ( const QString & itemType ) |
Notifier signal:
void | itemTypeChanged () |
This property holds a list of names of meta-data properties a request should return values for.
Access functions:
QStringList | propertyNames () const |
void | setPropertyNames ( const QStringList & names ) |
Notifier signal:
void | propertyNamesChanged () |
This property holds whether the request currently holds valid type information.
Access functions:
bool | isValid () const |
Notifier signal:
void | typeChanged () |
Constructs a new gallery type request.
The parent is passed to QObject.
Contructs a new type request for the given gallery.
The parent is passed to QObject.
Destroys a gallery type request.
Signals that the value of autoUpdate has changed.
Signals that the itemType property has changed.
Returns the value of a meta-data property identified by key.
Returns the value of a meta-data property.
Signals that the values of meta-data properties identified by keys have changed.
Returns the attributes of the property identified by key.
Returns the key of property.
Signals that the value of propertyNames has changed.
Returns the type of the property identified by key.
Returns the result set containing the meta-data of a type.
Signals that the resultSet containing the meta-data of a type has changed.
Reimplemented from QGalleryAbstractRequest::setResponse().
Signals that the properties of a type have changed.