The CustomPageProducer class is a value-based template class that provides the ability to create custom pages dynamically. More...
#include <WidgetFactory.h>
Public Member Functions | |
CustomPageProducer () | |
Register a special type of customize page to the WidgetFactoryInst. More... | |
virtual void * | Produce () const |
Creates an instance of the specified widget. More... | |
virtual | ~CustomPageProducer () |
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 CustomPageProducer class is a value-based template class that provides the ability to create custom pages dynamically.
Gui::CustomPageProducer< CLASS >::CustomPageProducer | ( | ) |
Register a special type of customize page to the WidgetFactoryInst.
References Gui::Dialog::DlgCustomizeImp::addPage(), Base::Factory::AddProducer(), and Gui::WidgetFactoryInst::instance().
|
virtual |
|
virtual |
Creates an instance of the specified widget.
Implements Base::AbstractProducer.