26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_GLYPHMARKWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_GLYPHMARKWIDGET_H 
   30 #include "../Config.h" 
   33 #include <QtGui/QWidget> 
   41 namespace Ui { 
class GlyphMarkWidgetForm; }
 
   56       class BasicFillWidget;
 
  110           void updateMarkName();
 
  114           void onCurrentFontChanged(
const QFont& font);
 
  116           void onCharSelected(
const unsigned int& charCode);
 
  118           void onFillChanged();
 
  127           std::auto_ptr<Ui::GlyphMarkWidgetForm> 
m_ui;          
 
  137 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_GLYPHMARKWIDGET_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. 
 
std::auto_ptr< Ui::GlyphMarkWidgetForm > m_ui
Widget form. 
 
A widget used to show the set of characters of a specified font. 
 
A widget used to build a basic fill element. 
 
te::qt::widgets::BasicFillWidget * m_fillWidget
Basic Fill Widget used to configure the mark fill element. 
 
te::se::Mark * m_mark
Mark element that will be configured by this widget. 
 
te::qt::widgets::CharMapWidget * m_charMapWidget
Character map widget. 
 
A Mark specifies a geometric shape and applies coloring to it.