#include <tdecmoduleproxyIface.h>
|
|
virtual void | quickHelpChanged () |
|
| k_dcop_signals | : virtual void changed( bool c ) |
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.
◆ applicationName
| 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
◆ changed
| virtual bool TDECModuleProxyIface::changed |
( |
| ) |
|
|
pure virtual |
- Returns
- true if the module has unsaved data, typically.
◆ defaults
| virtual void TDECModuleProxyIface::defaults |
( |
| ) |
|
|
pure virtual |
◆ load
| virtual void TDECModuleProxyIface::load |
( |
| ) |
|
|
pure virtual |
◆ quickHelp
| virtual TQString TDECModuleProxyIface::quickHelp |
( |
| ) |
|
|
pure virtual |
Returns the module's quick help.
◆ save
| virtual void TDECModuleProxyIface::save |
( |
| ) |
|
|
pure virtual |
◆ __pad0__
| k_dcop_signals TDECModuleProxyIface::__pad0__ |
The documentation for this class was generated from the following file: