The WorkbenchProducer template class allows the registration and the creation of workbench classes. More...
#include <WorkbenchFactory.h>
Public Member Functions | |
| virtual void * | Produce () const |
| overwritten by a concrete producer to produce the needed object More... | |
| WorkbenchProducer () | |
| virtual | ~WorkbenchProducer () |
Public Member Functions inherited from Base::AbstractProducer | |
| AbstractProducer () | |
| virtual void * | Produce () const =0 |
| overwritten by a concrete producer to produce the needed object More... | |
| virtual | ~AbstractProducer () |
The WorkbenchProducer template class allows the registration and the creation of workbench classes.
| Gui::WorkbenchProducer< CLASS >::WorkbenchProducer | ( | ) |
|
virtual |
|
virtual |
overwritten by a concrete producer to produce the needed object
Implements Base::AbstractProducer.