26 #include "../../../common/StringUtils.h" 
A base widget for simple properties. 
 
static te::qt::widgets::SimplePropertyWidget * make(const int &type)
 
TFACTORY * find(const TFACTORYKEY &factoryKey) const 
It looks for a given factory identified by a key. 
 
This class represents a dictionary of factories. 
 
static TPRODUCT * make(const TFACTORYKEY &factoryKey)
It creates an object with the appropriated factory. 
 
A factory to build widget objects. 
 
virtual ~SimplePropertyWidgetFactory()
Virtual destructor. 
 
static dictionary_type & getDictionary()
It returns a reference to the internal dictionary of concrete factories. 
 
SimplePropertyWidgetFactory(const int &factoryKey)
It creates the factory. 
 
virtual te::qt::widgets::SimplePropertyWidget * create(QWidget *Parent=0)=0
 
A base widget for simple properties.