30 #ifndef __TERRALIB_LAYOUT_INTERNAL_POINT_ITEM_H  
   31 #define __TERRALIB_LAYOUT_INTERNAL_POINT_ITEM_H 
   35 #include "../../core/Config.h" 
   72         virtual void paint ( QPainter * painter, 
const QStyleOptionGraphicsItem * option, QWidget * widget = 0 );
 
   76         virtual void drawStar(QPainter * painter);
 
   78         virtual void drawCircle(QPainter * painter);
 
   80         virtual void drawX(QPainter * painter);
 
   82         virtual void drawSquare(QPainter * painter);
 
   84         virtual void drawRhombus(QPainter * painter);
 
   86         virtual void drawCross(QPainter * painter);
 
Abstract class to represent an observable. "Model" part of MVC component. 
 
#define TELAYOUTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Class that represents a graphic Point. Its coordinate system is the same of scene (millimeters)...
 
Abstract class to represent a controller. "Controller" part of MVC component. All classes representin...
 
Abstract class that represents a graphic item. This object is of type QGraphicsObject. 
 
Abstract class that represents a graphic item. This object is of type QGraphicsObject.