26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_LINESYMBOLIZERWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_LINESYMBOLIZERWIDGET_H 
   30 #include "../Config.h" 
   33 #include <QtGui/QWidget> 
   39 namespace Ui { 
class LineSymbolizerWidgetForm; }
 
   55       class BasicStrokeWidget;
 
  109           void onStrokeChanged();
 
  111           void onStrokeGroupBoxToggled(
bool on);
 
  116           void symbolizerChanged();
 
  120           std::auto_ptr<Ui::LineSymbolizerWidgetForm> 
m_ui;    
 
  129 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_LINESYMBOLIZERWIDGET_H 
A LineSymbolizer is used to style a stroke along a linear geometry type, such as a string of line seg...
 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
te::qt::widgets::BasicStrokeWidget * m_strokeWidget
Basic Stroke Widget used to configure the line symbolizer stroke element. 
 
A Symbolizer describes how a feature is to appear on a map. 
 
A widget used to build a line symbolizer element. 
 
A widget used to build a basic stroke element. 
 
te::se::LineSymbolizer * m_symb
Line symbolizer element that will be configured by this widget. 
 
std::auto_ptr< Ui::LineSymbolizerWidgetForm > m_ui
Widget form.