tdecmoduleproxy.h
TDECModuleProxy(const TDECModuleInfo &info, bool withFallback=true, TQWidget *parent=0, const char *name=0, const TQStringList &args=TQStringList())
Constructs a TDECModuleProxy from a TDECModuleInfo class.
Definition tdecmoduleproxy.cpp:483
TQCString dcopName() const
Returns the DCOP the module's DCOPClient and DCOPObject has(they are identical).
Definition tdecmoduleproxy.cpp:661
void changed(TDECModuleProxy *mod)
This is emitted in the same situations as in the one above.
void childClosed()
When a module running with root privileges and exits, returns to normal mode, the childClosed() signa...
void defaults()
Calling it will cause the contained module to load its default values.
Definition tdecmoduleproxy.cpp:552
TDEInstance * instance() const
Returns the embedded TDECModule's TDEInstance.
Definition tdecmoduleproxy.cpp:641
void init(const TDECModuleInfo &info)
Internal intialization function, called by the constructors.
Definition tdecmoduleproxy.cpp:502
void save()
Calling it will cause the contained module to run its save() routine.
Definition tdecmoduleproxy.cpp:528
bool rootMode() const
Returns whether the module is running in root mode.
Definition tdecmoduleproxy.cpp:656
void load()
Calling it will cause the contained module to run its load() routine.
Definition tdecmoduleproxy.cpp:516
const TDECModuleInfo & moduleInfo() const
Definition tdecmoduleproxy.cpp:651
void deleteClient()
Calling this, results in deleting the contained module, and unregistering from DCOP.
Definition tdecmoduleproxy.cpp:437
void runAsRoot()
Calling this will cause the module to be run in "administrator mode".
Definition tdecmoduleproxy.cpp:299
Trinity API Reference