Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The SettingsManagerService class provides the SettingsManager service. More...
#include <SettingsManagerService>
Inherits QtopiaAbstractService.
The SettingsManagerService class provides the SettingsManager service.
The SettingsManager service is used by settings applications to communicate settings information to the Qt Extended settings manager program.
See also SettingsService.
Send the settings for an application to the settings manager. This is invoked in response to a SettingsService::pullSettingStatus() request.
The appName is the name of the application (e.g. appearance), windowTitle is the title on the window to indicate to the user what kind of settings are being sent, and details is an opaque string that can be later sent to SettingsService::activateSettings().
See also SettingsService::pullSettingStatus().
Push the settings for an application to the settings manager. This is used when the application chooses to update its settings, rather than upon an explicit request from the settings manager.
The appName is the name of the application (e.g. appearance), windowTitle is the title on the window to indicate to the user what kind of settings are being sent, and details is an opaque string that can be later sent to SettingsService::activateSettings().
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |