26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_BASICFILLWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_BASICFILLWIDGET_H 
   30 #include "../Config.h" 
   37 namespace Ui { 
class BasicFillWidgetForm; }
 
   52       class ColorPickerToolButton;
 
   91           QString getFillType() 
const;
 
  104           void updateUiFillColor();
 
  108           void onColorChanged(
const QColor& color);
 
  110           void onFillOpacitySliderValueChanged(
int value);
 
  119           std::auto_ptr<Ui::BasicFillWidgetForm> 
m_ui; 
 
  129 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_BASICFILLWIDGET_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. 
 
ColorPickerToolButton * m_colorPicker
Widget used to pick a color. 
 
te::se::Fill * m_fill
Fill element that will be configured by this widget. 
 
QColor m_color
Auxiliary color attribute. 
 
A widget used to build a basic fill element. 
 
std::auto_ptr< Ui::BasicFillWidgetForm > m_ui
Widget form. 
 
Custom tool button used to pick a color. 
 
Abstract class that represents a widget that can be used to build a fill element. ...
 
Abstract class that represents a widget that can be used to build a fill element. ...