The WorkbenchProducer template class allos the registration and the creation of workbench classes. More...
#include <WorkbenchFactory.h>
Public Member Functions | |
virtual void * | Produce () const |
overwriten by a concret producer to produce the needed object | |
WorkbenchProducer () | |
virtual | ~WorkbenchProducer () |
The WorkbenchProducer template class allos the registration and the creation of workbench classes.
Definition at line 76 of file WorkbenchFactory.h.
Gui::WorkbenchProducer< CLASS >::WorkbenchProducer | ( | ) | [inline] |
Definition at line 79 of file WorkbenchFactory.h.
virtual Gui::WorkbenchProducer< CLASS >::~WorkbenchProducer | ( | ) | [inline, virtual] |
Definition at line 83 of file WorkbenchFactory.h.
virtual void* Gui::WorkbenchProducer< CLASS >::Produce | ( | ) | const [inline, virtual] |
overwriten by a concret producer to produce the needed object
Implements Base::AbstractProducer.
Definition at line 85 of file WorkbenchFactory.h.