KCModuleProxyIface Class Reference
[KControl module classes]
#include <kcmoduleproxyIface.h>
Inheritance diagram for KCModuleProxyIface:

Detailed Description
DCOP Interface for KCModule.A module (which is loaded via KCModuleProxy) does always have this DCOP interface, whether it's in root mode or not.
- Since:
- 3.4
Definition at line 36 of file kcmoduleproxyIface.h.
DCOP Member Functions | |
virtual QString | applicationName ()=0 |
virtual void | save ()=0 |
virtual void | load ()=0 |
virtual void | defaults ()=0 |
virtual QString | quickHelp ()=0 |
virtual bool | changed ()=0 |
virtual void | quickHelpChanged () |
Public Attributes | |
k_dcop_signals | __pad0__: virtual void changed( bool c ) |
Member Function Documentation
|
Return the caption of the host application which the module is part in. This is the application name, or similar.
Implemented in KCModuleProxyIfaceImpl. |
|
Implemented in KCModuleProxyIfaceImpl. |
|
Load defaults.
Implemented in KCModuleProxyIfaceImpl. |
|
Load settings.
Implemented in KCModuleProxyIfaceImpl. |
|
Returns the module's quick help.
Implemented in KCModuleProxyIfaceImpl. |
|
Save settings.
Implemented in KCModuleProxyIfaceImpl. |
The documentation for this class was generated from the following files: