31 #ifndef __TERRALIB_LAYOUT_INTERNAL_MOVINGITEMGROUP_H 
   32 #define __TERRALIB_LAYOUT_INTERNAL_MOVINGITEMGROUP_H 
   35 #include "../../core/Config.h" 
   61       virtual void paint ( QPainter * painter, 
const QStyleOptionGraphicsItem * option, QWidget * widget = 0 );
 
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 the grouping of objects of type QGraphicsItem, MVC components. Its coordinate system is the same of scene (millimeters). He is also the son of ItemObserver and ObjectItem, so it can become observer of a model (Observable). 
 
Abstract class to represent a controller. "Controller" part of MVC component. All classes representin...
 
Class that represents the grouping of objects of type QGraphicsItem, MVC components. Its coordinate system is the same of scene (millimeters). He is also the son of ItemObserver and ObjectItem, so it can become observer of a model (Observable).