26 #ifndef __TERRALIB_QT_WIDGETS_PROPERTY_INTERNAL_SIMPLEPROPERTYWIDGETFACTORY_H 
   27 #define __TERRALIB_QT_WIDGETS_PROPERTY_INTERNAL_SIMPLEPROPERTYWIDGETFACTORY_H 
   30 #include "../../../common/AbstractFactory.h" 
   31 #include "../../../datatype/Enums.h" 
   32 #include "../Config.h" 
   36 #include <QtGui/QWidget> 
   69           virtual int getType() 
const = 0;
 
   89 #endif  // __TERRALIB_QT_WIDGETS_PROPERTY_INTERNAL_SIMPLEPROPERTYWIDGETFACTORY_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A base widget for simple properties. 
 
A factory to build widget objects. 
 
This class defines the interface of abstract factories without initializing parameters. 
 
A base widget for simple properties.