virtual DtPage * create(QWidget *parent=0, Qt::WindowFlags f=0)
Simple implementation of the create call to make a PageClass.
Definition: preferencesPage.h:111
The DtPreferencesPageCollection is an abstract class which implements the page collection interface...
Definition: preferencesPageCollection.h:22
The page is a single widget component which is viewed in a page collection.
Definition: preferencesPage.h:19
A generic creator template that most page creators can be implemented with.
Definition: preferencesPage.h:89
virtual ~DtPageCreatorTemplate()
Virtual DTOR allows subclasses to clean up resources.
Definition: preferencesPage.h:99
virtual std::string pageClassName() const
get the name of the PageClass.
Definition: preferencesPage.h:105
DtPageCreatorTemplate()
CTOR takes a reference to the DtDe object.
Definition: preferencesPage.h:94
The page creator.
Definition: preferencesPage.h:65