26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_BASICSTROKEDIALOG_H 
   27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_BASICSTROKEDIALOG_H 
   30 #include "../Config.h" 
   33 #include <QtGui/QDialog> 
   39 namespace Ui { 
class BasicStrokeDialogForm; }
 
   54       class BasicStrokeWidget;
 
  113           std::auto_ptr<Ui::BasicStrokeDialogForm> 
m_ui;      
 
  121 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_BASICSTROKEDIALOG_H 
A dialog used to build a basic stroke element. If you want to use this dialog, you can use commands l...
 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::auto_ptr< Ui::BasicStrokeDialogForm > m_ui
Dialog form. 
 
A Stroke specifies the appearance of a linear geometry. 
 
A widget used to build a basic stroke element. 
 
te::qt::widgets::BasicStrokeWidget * m_strokeWidget
Basic Stroke Widget used to configure the stroke element.