ProfilesService Class Reference
Provides the Qtopia Profiles service. More...
#include <ProfilesService>
Inherits QCopObjectService.
Public Slots
- 1 public slot inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 6 public functions inherited from QCopObject
- 36 public functions inherited from QObject
- 1 signal inherited from QObject
- 1 static public member inherited from QCopObject
- 4 static public members inherited from QObject
- 3 protected functions inherited from QCopObjectService
- 5 protected functions inherited from QCopObject
- 8 protected functions inherited from QObject
- 2 protected variables inherited from QObject
- 1 static protected member inherited from QObject
Detailed Description
Provides the Qtopia Profiles service.
The Profiles service enables applications to activate "plane mode", or to display the profile editor.
Member Function Documentation
void ProfilesService::activatePlaneMode () [slot]
Activate "plane mode".
This slot corresponds to the QCop service message Profiles::activatePlaneMode().
void ProfilesService::setProfile ( int id ) [slot]
Set the current profile to that identified by id.
This slot corresponds to the QCop service message Profiles::setProfile(int).
void ProfilesService::showProfiles () [slot]
Show the profile editor.
This slot corresponds to the QCop service message Profiles::showProfiles().