26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_BASICFILLPROPERTYITEM_H 
   27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_BASICFILLPROPERTYITEM_H 
   30 #include "../Config.h" 
   83           void updateUiFillColor();
 
   87           virtual void valueChanged(QtProperty* p, 
int value);
 
   88           virtual void valueChanged(QtProperty* p, 
const QColor &value);
 
  109 #endif //__TERRALIB_QT_WIDGETS_SE_INTERNAL_BASICFILLPROPERTYITEM_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A Fill specifies the pattern for filling an area geometry. 
 
te::se::Fill * m_fill
Fill element that will be configured by this widget. 
 
QtProperty * m_opacityProperty
 
QtProperty * m_colorProperty
 
A widget used to define the main property items that can be used to describe a se object...
 
A widget used to define the basic fill se object.