26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_GRAPHICFILLWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_GRAPHICFILLWIDGET_H 
   30 #include "../Config.h" 
   37 namespace Ui { 
class GraphicFillWidgetForm; }
 
   91           QString getFillType() 
const;
 
  102           void onGraphicToolButtonPressed();
 
  111           std::auto_ptr<Ui::GraphicFillWidgetForm> 
m_ui; 
 
  120 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_GRAPHICFILLWIDGET_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. 
 
std::auto_ptr< GraphicDialog > m_graphicDialog
Graphic dialog used to build the graphic element. 
 
std::auto_ptr< Ui::GraphicFillWidgetForm > m_ui
Widget form. 
 
A widget used to build a fill element associated with a graphic. 
 
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. ...
 
te::se::Fill * m_fill
Fill element that will be configured by this widget.