[KLF Application][KLF Tools][KLF Backend][KLF Home]
KLatexFormula Project
Public Member Functions | List of all members
KLFFactoryBase Class Referenceabstract

Base class for factories. More...

#include <klffactory.h>

Public Member Functions

 KLFFactoryBase (KLFFactoryManager *factoryManager)
 
virtual ~KLFFactoryBase ()
 
virtual QStringList supportedTypes () const =0
 A list of object types that this factory supports instantiating. More...
 

Detailed Description

Base class for factories.

See KLFFactoryManager.

This class automatically registers to the factory manager given to the constructor; it also automatically unregisters itself in the destructor.

Definition at line 40 of file klffactory.h.

Constructor & Destructor Documentation

KLFFactoryBase::KLFFactoryBase ( KLFFactoryManager factoryManager)

Definition at line 30 of file klffactory.cpp.

KLFFactoryBase::~KLFFactoryBase ( )
virtual

Definition at line 35 of file klffactory.cpp.

Member Function Documentation

virtual QStringList KLFFactoryBase::supportedTypes ( ) const
pure virtual

A list of object types that this factory supports instantiating.

Referenced by KLFFactoryManager::findFactoryFor().


The documentation for this class was generated from the following files:

Generated by doxygen 1.8.6