19 #ifndef __KCMODULEPROXYIFACEIMPL_H__
20 #define __KCMODULEPROXYIFACEIMPL_H__
22 #include "kcmoduleproxyIface.h"
41 KCModuleProxyIfaceImpl(
const TQCString& name,
KCModuleProxy*
const client );
59 void changedRelay(
bool c );
64 void quickHelpRelay();
79 class KCModuleProxyRootCommunicatorImpl:
public TQObject,
85 KCModuleProxyRootCommunicatorImpl(
const TQCString& name,
KCModuleProxy*
const client );
90 virtual void quickHelpChanged();
96 #endif // __KCMODULEPROXYIFACEIMPL_H__
DCOP Interface for KCModule.
virtual void defaults()=0
Load defaults.
virtual void save()=0
Save settings.
virtual void changed(bool c)=0
KCModuleProxyIface::changed() gets connected to this.
DCOP interface for communicating with the real module running in root mode.
virtual TQString quickHelp()=0
Returns the module's quick help.
virtual TQString applicationName()=0
Return the caption of the host application which the module is part in.
Encapsulates a KCModule for embedding.
virtual void load()=0
Load settings.