Kontact Plugin Interface Library
#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 |
QWidget * | mainWidget () |
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 37 of file uniqueapphandler.h.
Member Function Documentation
|
pure virtual |
This must be reimplemented so that app-specific command line options can be parsed.
QWidget * KontactInterface::UniqueAppHandler::mainWidget | ( | ) |
Returns the main widget, which will zero if setMainWidget() has not be called yet.
- Since
- 4.6
Definition at line 249 of file uniqueapphandler.cpp.
|
static |
Sets the main QWidget widget
associated with this application.
- Parameters
-
widget the QWidget to set as main
Definition at line 244 of file uniqueapphandler.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:03:07 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.