Kontact Plugin Interface Library
#include <pimuniqueapplication.h>
Inherits KUniqueApplication.
Static Public Member Functions | |
static bool | start () |
static bool | start (KUniqueApplication::StartFlags flags) |
Detailed Description
KDEPIM applications which can be integrated into kontact should use PimUniqueApplication instead of KUniqueApplication.
This makes command-line handling work, i.e. you can launch "korganizer" and if kontact is already running, it will load the korganizer part and switch to it.
Definition at line 36 of file pimuniqueapplication.h.
Constructor & Destructor Documentation
◆ PimUniqueApplication()
|
explicit |
Definition at line 41 of file pimuniqueapplication.cpp.
◆ ~PimUniqueApplication()
PimUniqueApplication::~PimUniqueApplication | ( | ) |
Definition at line 55 of file pimuniqueapplication.cpp.
Member Function Documentation
◆ start() [1/2]
|
static |
- See also
- KUniqueApplication::start
Definition at line 73 of file pimuniqueapplication.cpp.
◆ start() [2/2]
|
static |
- See also
- KUniqueApplication::start
- Parameters
-
flags the application start flags
- Since
- 4.5
Definition at line 78 of file pimuniqueapplication.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.