Kontact Plugin Interface Library
#include <uniqueapphandler.h>
Inherits QObject.
Public Member Functions | |
UniqueAppWatcher (UniqueAppHandlerFactoryBase *factory, Plugin *plugin) | |
bool | isRunningStandalone () const |
Detailed Description
If the standalone application is running by itself, we need to watch for when the user closes it, and activate the uniqueapphandler then.
This prevents, on purpose, that the standalone app can be restarted. Kontact takes over from there.
Definition at line 106 of file uniqueapphandler.h.
Constructor & Destructor Documentation
◆ UniqueAppWatcher()
UniqueAppWatcher::UniqueAppWatcher | ( | UniqueAppHandlerFactoryBase * | factory, |
Plugin * | plugin | ||
) |
Create an instance of UniqueAppWatcher, which does everything necessary for the "unique application" behavior: create the UniqueAppHandler as soon as possible, i.e.
either right now or when the standalone app is closed.
- Parameters
-
factory templatized factory to create the handler. Example: ... Note that the watcher takes ownership of the factory. plugin is the plugin application
Definition at line 172 of file uniqueapphandler.cpp.
◆ ~UniqueAppWatcher()
|
virtual |
Definition at line 218 of file uniqueapphandler.cpp.
Member Function Documentation
◆ isRunningStandalone()
bool UniqueAppWatcher::isRunningStandalone | ( | ) | const |
Definition at line 224 of file uniqueapphandler.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.