uniqueapphandler.h
DCOPClient * dcopClient() const
Retrieve the current DCOP Client for the plugin.
Definition plugin.cpp:163
Base class for UniqueAppHandler.
Definition uniqueapphandler.h:64
Used by UniqueAppWatcher below, to create the above UniqueAppHandler object when necessary.
Definition uniqueapphandler.h:78
DCOP Object that has the name of the standalone application (e.g.
Definition uniqueapphandler.h:40
virtual void loadCommandLineOptions()=0
This must be reimplemented so that app-specific command line options can be parsed.
virtual int newInstance()
We can't use k_dcop and dcopidl here, because the data passed to newInstance can't be expressed in te...
Definition uniqueapphandler.cpp:79
UniqueAppWatcher(UniqueAppHandlerFactoryBase *factory, Plugin *plugin)
Create an instance of UniqueAppWatcher, which does everything necessary for the "unique application" ...
Definition uniqueapphandler.cpp:147
