tdeutils
TDECModuleProxyIface Class Reference
[KControl module classes]
DCOP Interface for TDECModule. More...
#include <tdecmoduleproxyIface.h>
Inherits DCOPObject.
Inherited by TDECModuleProxyIfaceImpl [virtual]
.
Public Attributes | |
k_dcop_signals | __pad0__: virtual void changed( bool c ) |
Detailed Description
DCOP Interface for TDECModule.
A module (which is loaded via TDECModuleProxy) does always have this DCOP interface, whether it's in root mode or not.
- Since:
- 3.4
Definition at line 36 of file tdecmoduleproxyIface.h.
Member Function Documentation
virtual TQString TDECModuleProxyIface::applicationName | ( | ) | [pure virtual] |
Return the caption of the host application which the module is part in.
This is the application name, or similar.
- Returns:
- the host's name
virtual bool TDECModuleProxyIface::changed | ( | ) | [pure virtual] |
- Returns:
- true if the module has unsaved data, typically.
virtual void TDECModuleProxyIface::defaults | ( | ) | [pure virtual] |
Load defaults.
virtual void TDECModuleProxyIface::load | ( | ) | [pure virtual] |
Load settings.
virtual TQString TDECModuleProxyIface::quickHelp | ( | ) | [pure virtual] |
Returns the module's quick help.
virtual void TDECModuleProxyIface::save | ( | ) | [pure virtual] |
Save settings.
The documentation for this class was generated from the following file: