Gui::PrefPageProducer< CLASS > Class Template Reference
The PrefPageProducer class is a value-based template class that provides the ability to create preference pages dynamically. More...
#include <WidgetFactory.h>
Public Member Functions | |
PrefPageProducer (const char *group) | |
Register a special type of preference page to the WidgetFactoryInst. More... | |
virtual void * | Produce () const |
Creates an instance of the specified widget. More... | |
virtual | ~PrefPageProducer () |
Public Member Functions inherited from Base::AbstractProducer | |
AbstractProducer () | |
virtual | ~AbstractProducer () |
Detailed Description
template<class CLASS>
class Gui::PrefPageProducer< CLASS >
The PrefPageProducer class is a value-based template class that provides the ability to create preference pages dynamically.
Constructor & Destructor Documentation
◆ PrefPageProducer()
template<class CLASS >
Gui::PrefPageProducer< CLASS >::PrefPageProducer | ( | const char * | group | ) |
Register a special type of preference page to the WidgetFactoryInst.
◆ ~PrefPageProducer()
template<class CLASS >
|
virtual |
Member Function Documentation
◆ Produce()
template<class CLASS >
|
virtual |
Creates an instance of the specified widget.
Implements Base::AbstractProducer.
The documentation for this class was generated from the following file:
- src/Gui/WidgetFactory.h