26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_ABSTRACTGRAPHICWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_ABSTRACTGRAPHICWIDGET_H 
   30 #include "../Config.h" 
   97           virtual QString getGraphicType() 
const = 0;
 
  100           virtual QIcon getGraphicIcon(
const QSize& size) 
const = 0;
 
  104           void setGraphicSize(
const QString& size);
 
  106           void setGraphicAngle(
const QString& angle);
 
  108           void setGraphicOpacity(
int value);
 
  110           void setGraphicDisplacement(
const QString& dx, 
const QString& dy);
 
  112           void setGraphicAnchorPoint(
const QString& ax, 
const QString& ay);
 
  117           void graphicChanged();
 
  128 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_ABSTRACTGRAPHICWIDGET_H 
A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size.