Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

SettingsManagerService Class Reference

The SettingsManagerService class provides the SettingsManager service. More...

    #include <SettingsManagerService>

Inherits QtopiaAbstractService.

Public Slots

Additional Inherited Members


Detailed Description

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.


Member Function Documentation

void SettingsManagerService::pullSettingStatus ( const QString & appName, const QString & windowTitle, const QString & details )   [slot]

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().

void SettingsManagerService::pushSettingStatus ( const QString & appName, const QString & windowTitle, const QString & details )   [slot]

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