KUtils
KCModuleProxyIfaceImpl Class Reference
[Internal classes]
#include <kcmoduleproxyIfaceImpl.h>
Public Slots | |
void | changedRelay (bool c) |
void | quickHelpRelay () |
Public Member Functions | |
virtual QString | applicationName () |
virtual bool | changed () |
virtual void | defaults () |
KCModuleProxyIfaceImpl (const QCString &name, KCModuleProxy *const client) | |
virtual void | load () |
virtual QString | quickHelp () |
virtual void | save () |
Detailed Description
For internal use only.
Definition at line 29 of file kcmoduleproxyIfaceImpl.h.
Constructor & Destructor Documentation
KCModuleProxyIfaceImpl::KCModuleProxyIfaceImpl | ( | const QCString & | name, | |
KCModuleProxy *const | client | |||
) |
Definition at line 33 of file kcmoduleproxyIfaceImpl.cpp.
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: