26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_LOCALGRAPHICWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_LOCALGRAPHICWIDGET_H 
   30 #include "../Config.h" 
   37 namespace Ui { 
class LocalGraphicWidgetForm; }
 
   46       class LocalImageWidget;
 
   81           QString getGraphicType() 
const;
 
   83           QIcon getGraphicIcon(
const QSize& size) 
const;
 
   89           void onExternalGraphicChanged(
const QSize& size);
 
   91           void onGraphicDisplacementChanged(
const QString& text);
 
   93           void onGraphicAnchorPointChanged(
const QString& text);
 
  102           std::auto_ptr<Ui::LocalGraphicWidgetForm> 
m_ui;        
 
  110 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_LOCALGRAPHICWIDGET_H 
A widget used to build a graphic associate with an external graphic element that references a local i...
 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A widget used to build an external graphic element that references a local image. e...
 
std::auto_ptr< Ui::LocalGraphicWidgetForm > m_ui
Widget form. 
 
te::qt::widgets::LocalImageWidget * m_localImageWidget
Local image widget used to configure the external graphic element. 
 
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.