Kontact::UniqueAppHandlerFactory< T > Class Template Reference
#include <uniqueapphandler.h>
Inheritance diagram for Kontact::UniqueAppHandlerFactory< T >:

Public Member Functions | |
virtual UniqueAppHandler * | createHandler (Plugin *plugin) |
virtual UniqueAppHandler * | createHandler (Plugin *)=0 |
Detailed Description
template<class T>
class Kontact::UniqueAppHandlerFactory< T >
class Kontact::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 77 of file uniqueapphandler.h.
Member Function Documentation
◆ createHandler()
template<class T >
|
inlinevirtual |
Implements Kontact::UniqueAppHandlerFactoryBase.
Definition at line 80 of file uniqueapphandler.h.
The documentation for this class was generated from the following file: