KCModuleProxyIfaceImpl Class Reference
Inheritance diagram for KCModuleProxyIfaceImpl:

Detailed Description
Definition at line 29 of file kcmoduleproxyIfaceImpl.h.
Public Slots | |
void | changedRelay (bool c) |
void | quickHelpRelay () |
Public Member Functions | |
KCModuleProxyIfaceImpl (const QCString &name, KCModuleProxy *const client) | |
virtual void | save () |
virtual void | load () |
virtual void | defaults () |
virtual QString | applicationName () |
virtual QString | quickHelp () |
virtual bool | changed () |
Member Function Documentation
QString KCModuleProxyIfaceImpl::applicationName | ( | ) | [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
Implements KCModuleProxyIface.
Definition at line 62 of file kcmoduleproxyIfaceImpl.cpp.
bool KCModuleProxyIfaceImpl::changed | ( | ) | [virtual] |
- Returns:
- true if the module has unsaved data, typically.
Implements KCModuleProxyIface.
Definition at line 72 of file kcmoduleproxyIfaceImpl.cpp.
void KCModuleProxyIfaceImpl::changedRelay | ( | bool | c | ) | [slot] |
void KCModuleProxyIfaceImpl::defaults | ( | ) | [virtual] |
Load defaults.
Implements KCModuleProxyIface.
Definition at line 56 of file kcmoduleproxyIfaceImpl.cpp.
void KCModuleProxyIfaceImpl::load | ( | ) | [virtual] |
Load settings.
Implements KCModuleProxyIface.
Definition at line 50 of file kcmoduleproxyIfaceImpl.cpp.
QString KCModuleProxyIfaceImpl::quickHelp | ( | ) | [virtual] |
Returns the module's quick help.
Implements KCModuleProxyIface.
Definition at line 67 of file kcmoduleproxyIfaceImpl.cpp.
void KCModuleProxyIfaceImpl::quickHelpRelay | ( | ) | [slot] |
Simply relays KCModuleProxy's signal with the same name.
Definition at line 85 of file kcmoduleproxyIfaceImpl.cpp.
void KCModuleProxyIfaceImpl::save | ( | ) | [virtual] |
Save settings.
Implements KCModuleProxyIface.
Definition at line 44 of file kcmoduleproxyIfaceImpl.cpp.
The documentation for this class was generated from the following files: