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 );
90 virtual void quickHelpChanged();
DCOP Interface for TDECModule.
virtual void load()=0
Load settings.
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.
virtual void defaults()=0
Load defaults.
virtual void save()=0
Save settings.
DCOP interface for communicating with the real module running in root mode.
virtual void changed(bool c)=0
TDECModuleProxyIface::changed() gets connected to this.
Encapsulates a TDECModule for embedding.