int getType() const 
It returns the type of component widget that the factory knows how to create. 
 
A factory to build widget objects. 
 
A factory to build the string property widget object. 
 
DateTimePropertyWidgetFactory()
 
static DateTimePropertyWidgetFactory * sm_factory
 
~DateTimePropertyWidgetFactory()
 
A base widget for simple properties. 
 
Defines the DateTimePropertyWidget class. 
 
te::qt::widgets::SimplePropertyWidget * build()
Concrete factories (derived from this one) must implement this method in order to create objects...
 
A widget used to define a string property. 
 
virtual te::qt::widgets::SimplePropertyWidget * create(QWidget *parent=0)