26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_GLYPHMARKDIALOG_H 
   27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_GLYPHMARKDIALOG_H 
   30 #include "../Config.h" 
   33 #include <QtGui/QDialog> 
   41 namespace Ui { 
class GlyphMarkDialogForm; }
 
   56       class GlyphMarkWidget;
 
  115           std::auto_ptr<Ui::GlyphMarkDialogForm> 
m_ui;         
 
  123 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_GLYPHMARKDIALOG_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A widget used to build a mark element represented by a glyph. 
 
A dialog used to build a glyph mark element. If you want to use this dialog, you can use commands lik...
 
std::auto_ptr< Ui::GlyphMarkDialogForm > m_ui
Dialog form. 
 
te::qt::widgets::GlyphMarkWidget * m_glyphMarkWidget
Glyph Mark Widget used to configure the mak element. 
 
A Mark specifies a geometric shape and applies coloring to it.