Kontact Plugin Interface Library
KontactInterface::UniqueAppHandlerFactory< T > Class Template Reference
#include <uniqueapphandler.h>
Inheritance diagram for KontactInterface::UniqueAppHandlerFactory< T >:
Public Member Functions | |
virtual UniqueAppHandler * | createHandler (Plugin *plugin) |
Detailed Description
template<class T>
class KontactInterface::UniqueAppHandlerFactory< T >
Used by UniqueAppWatcher below, to create the above UniqueAppHandler object when necessary.
The template argument is the UniqueAppHandler-derived class. This allows to remove the need to subclass UniqueAppWatcher.
Definition at line 90 of file uniqueapphandler.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.