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. | |
virtual void * | Produce () const |
Creates an instance of the specified widget. | |
virtual | ~CustomPageProducer () |
The CustomPageProducer class is a value-based template class that provides the ability to create custom pages dynamically.
Definition at line 193 of file WidgetFactory.h.
Gui::CustomPageProducer< CLASS >::CustomPageProducer | ( | ) | [inline] |
Register a special type of customize page to the WidgetFactoryInst.
Definition at line 199 of file WidgetFactory.h.
References Gui::Dialog::DlgCustomizeImp::addPage(), Base::Factory::AddProducer(), and Gui::WidgetFactoryInst::instance().
virtual Gui::CustomPageProducer< CLASS >::~CustomPageProducer | ( | ) | [inline, virtual] |
Definition at line 213 of file WidgetFactory.h.
virtual void* Gui::CustomPageProducer< CLASS >::Produce | ( | void | ) | const [inline, virtual] |
Creates an instance of the specified widget.
Implements Base::AbstractProducer.
Definition at line 218 of file WidgetFactory.h.