Kontact Plugin Interface Library
KontactInterface::PimUniqueApplication Class Reference
#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.
Member Function Documentation
bool PimUniqueApplication::start | ( | ) | [static] |
- See also:
- KUniqueApplication::start
Definition at line 73 of file pimuniqueapplication.cpp.
bool PimUniqueApplication::start | ( | KUniqueApplication::StartFlags | flags | ) | [static] |
- See also:
- KUniqueApplication::start
- Since:
- 4.5
Definition at line 78 of file pimuniqueapplication.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon May 14 2012 04:51:33 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon May 14 2012 04:51:33 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.