kontact Library API Documentation

Kontact::UniqueAppWatcher Class Reference

If the standalone application is running by itself, we need to watch for when the user closes it, and activate the uniqueapphandler then. More...

#include <uniqueapphandler.h>

Inheritance diagram for Kontact::UniqueAppWatcher:

QObject List of all members.

Public Methods

 UniqueAppWatcher (UniqueAppHandlerFactoryBase *factory, Plugin *plugin)
virtual ~UniqueAppWatcher ()
bool isRunningStandalone () const

Protected Slots

void unregisteredFromDCOP (const QCString &appId)

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 86 of file uniqueapphandler.h.


Constructor & Destructor Documentation

Kontact::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.

Definition at line 126 of file uniqueapphandler.cpp.

References QObject::connect(), and Kontact::UniqueAppHandlerFactoryBase::createHandler().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kontact Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat May 1 11:39:01 2004 by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2003