QGalleryCountRequest Class Reference
The QGalleryCountRequest class provides a request for the number of items in a gallery matching some criteria. More...
#include <QGalleryCountRequest>
Inherits QGalleryAbstractRequest.
Properties
Public Functions
Signals
Reimplemented Protected Functions
virtual void | setResponse ( QGalleryAbstractResponse * response ) |
Additional Inherited Members
Detailed Description
The QGalleryCountRequest class provides a request for the number of items in a gallery matching some criteria.
This property holds the number of gallery items matching a requests filtering criteria.
This property holds a filter used to restrict the items counted by a request.
This property holds the type of item a request should count.
This property holds whether a the results of a request should be updated after a request has finished.
If this is true the request will go into the Idle state when the request has finished rather than returning to Inactive.
This property holds whether all descendants of the scopeItemId should be counted by a request or just the direct descendants.
This property holds the ID of an item a request should count the descendants of.