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