Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QtopiaServiceDescription class describes a service request in user terms. More...
#include <QtopiaServiceDescription>
The QtopiaServiceDescription class describes a service request in user terms.
This data includes what action to undertake when activated, and a display name and icon. It can also include extra information about the request that is not present in the request itself.
See also QtopiaServiceSelector and QtopiaServiceRequest.
Constructs a null QtopiaServiceDescription.
Constructs a QtopiaServiceDescription, which describes an action called label, with the display icon found in the file specified by icon, which initiates QtopiaServiceRequest request when activated. The optional properties in the constructed object are initialized from optionalProperties.
Create a copy of other.
Destroys this QtopiaServiceDescription.
Returns the icon name describing the request.
See also setIconName().
Returns true if either the label, icon or request for this QtopiaServiceDescription is null.
Returns the display label describing the request.
See also setLabel().
Returns the entire collection of optional properties describing this service request.
See also setOptionalProperties().
Returns an optional property with the given name that describes the service request.
See also setOptionalProperty() and removeOptionalProperty().
Removes any optional properties with the given name describing this service request.
See also setOptionalProperty() and optionalProperty().
Returns the QtopiaServiceRequest described.
See also setRequest().
Sets the display icon to iconName.
See also iconName().
Sets the display label to label.
See also label().
Sets the entire collection of optional properties describing this service request to properties.
See also optionalProperties().
Sets an optional property describing this service request with the given name and value.
See also removeOptionalProperty() and optionalProperty().
Sets the request to request.
See also request().
Assign other to this object.
Returns true if other is equal to this QtopiaServiceDescription. Two service descriptions are considered equal if they have the same icon, label, service request. Optional properties are not checked.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |