Kontact Plugin Interface Library
uniqueapphandler.h
QString registerClient()
Registers the client at DBus and returns the dbus identifier.
Definition plugin.cpp:208
Base class for UniqueAppHandler.
Definition uniqueapphandler.h:78
Used by UniqueAppWatcher below, to create the above UniqueAppHandler object when necessary.
Definition uniqueapphandler.h:91
D-Bus Object that has the name of the standalone application (e.g.
Definition uniqueapphandler.h:38
virtual void loadCommandLineOptions()=0
This must be reimplemented so that app-specific command line options can be parsed.
static void setMainWidget(QWidget *widget)
Sets the main QWidget widget associated with this application.
Definition uniqueapphandler.cpp:244
QWidget * mainWidget()
Returns the main widget, which will zero if setMainWidget() has not be called yet.
Definition uniqueapphandler.cpp:249
UniqueAppWatcher(UniqueAppHandlerFactoryBase *factory, Plugin *plugin)
Create an instance of UniqueAppWatcher, which does everything necessary for the "unique application" ...
Definition uniqueapphandler.cpp:172
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.