| Home · All Classes · Grouped Classes · Annotated · 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.
See also QtopiaServiceSelector and QtopiaServiceRequest.
Constructs an empty QtopiaServiceDescription .
Constructs a QtopiaServiceDescription, which describes an action called l, with the display icon found in the file specified by ic, which initiates QtopiaServiceRequest r when activated.
Returns the icon name describing the request.
See also setIconName().
Returns the display label describing the request.
See also setLabel().
Returns the QtopiaServiceRequest described.
See also setRequest().
Sets the display icon to i.
See also iconName().
Sets the display label to l.
See also label().
Sets the request to r.
See also request().
| Copyright © 2007 Trolltech | Trademarks | Qtopia 4.2.5 |