Kontact Plugin Interface Library
KontactInterface::UniqueAppHandler Class Reference
D-Bus Object that has the name of the standalone application (e.g. More...
#include <uniqueapphandler.h>
Inherits QObject.
Public Slots | |
bool | load () |
int | newInstance (const QByteArray &asn_id, const QByteArray &args) |
Public Member Functions | |
UniqueAppHandler (Plugin *plugin) | |
virtual void | loadCommandLineOptions ()=0 |
Plugin * | plugin () const |
Static Public Member Functions | |
static void | setMainWidget (QWidget *widget) |
Protected Member Functions | |
virtual int | newInstance () |
Detailed Description
D-Bus Object that has the name of the standalone application (e.g.
"kmail") and implements newInstance() so that running the separate application does the right thing when kontact is running. By default this means simply bringing the main window to the front, but newInstance can be reimplemented.
Definition at line 38 of file uniqueapphandler.h.
Member Function Documentation
virtual void KontactInterface::UniqueAppHandler::loadCommandLineOptions | ( | ) | [pure virtual] |
This must be reimplemented so that app-specific command line options can be parsed.
The documentation for this class was generated from the following files: