knode_plugin.h
This class provides the interface to the Kontact core for the plugins.
Definition: core.h:42
virtual TQStringList invisibleToolbarActions() const
Returns a list of action name which shall be hidden in the main toolbar.
Definition: plugin.h:233
virtual bool isRunningStandalone()
Reimplement this method and return whether a standalone application is still running This is only req...
Definition: plugin.h:131
virtual bool createDCOPInterface(const TQString &)
Create the DCOP interface for the given serviceType, if this plugin provides it.
Definition: plugin.h:125
virtual KParts::ReadOnlyPart * createPart()=0
Reimplement and return the part here.
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
If the standalone application is running by itself, we need to watch for when the user closes it,...
Definition: uniqueapphandler.h:95