26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_WELLKNOWNGRAPHICWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_WELLKNOWNGRAPHICWIDGET_H 
   30 #include "../Config.h" 
   37 namespace Ui { 
class WellKnownGraphicWidgetForm; }
 
   46       class WellKnownMarkWidget;
 
   81           QString getGraphicType() 
const;
 
   83           QIcon getGraphicIcon(
const QSize& size) 
const;
 
   91           void onGraphicDisplacementChanged(
const QString& text);
 
   93           void onGraphicAnchorPointChanged(
const QString& text);
 
  102           std::auto_ptr<Ui::WellKnownGraphicWidgetForm> 
m_ui; 
 
  110 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_WELLKNOWNGRAPHICWIDGET_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
te::qt::widgets::WellKnownMarkWidget * m_markWidget
Well known mark Widget used to configure the mark element. 
 
A widget used to build a well known mark element. 
 
std::auto_ptr< Ui::WellKnownGraphicWidgetForm > m_ui
Widget form. 
 
Abstract class that represents a widget that can be used to build a graphic element. 
 
Abstract class that represents a widget that can be used to build a graphic element. 
 
A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size. 
 
A widget used to build a graphic associate with a well-known mark element.