26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_GLYPHMARKPROPERTYITEM_H 
   27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_GLYPHMARKPROPERTYITEM_H 
   30 #include "../Config.h" 
   45       class BasicFillPropertyItem;
 
   99           void updateMarkName();
 
  103           virtual void valueChanged(QtProperty* p, 
const QFont &value);
 
  104           virtual void valueChanged(QtProperty* p, 
const QString &value);
 
  106           void setDlg(QWidget *parent, QtProperty * prop);
 
  108           void showCharMapDlg();
 
  110           void charMapSelected(
const unsigned int& charCode);
 
  112           void onFillChanged();
 
  135 #endif //__TERRALIB_QT_WIDGETS_SE_INTERNAL_GLYPHMARKPROPERTYITEM_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A widget used to define a glyph object. 
 
te::se::Mark * m_mark
Mark element that will be configured by this widget. 
 
QtProperty * m_fontProperty
 
te::qt::widgets::BasicFillPropertyItem * m_basicFill
 
QtProperty * m_charProperty
 
A widget used to define the main property items that can be used to describe a se object...
 
A widget used to define the basic fill se object. 
 
A Mark specifies a geometric shape and applies coloring to it.