28 #ifndef __TERRALIB_LAYOUT_INTERNAL_WAIT_VIEW_H 
   29 #define __TERRALIB_LAYOUT_INTERNAL_WAIT_VIEW_H 
   32 #include "../../core/Config.h" 
   33 #include "../../../geometry/Point.h" 
   59         virtual void addCoord ( QPointF point);
 
   61         virtual void clear ();
 
   63         virtual QVector<QPoint> getCoords ();
 
   65         virtual std::vector<te::gm::Point*> getCoordsW ();
 
#define TELAYOUTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::vector< te::gm::Point * > m_coords
 
Class representing the view. This view is child of QGraphicsView, part of Graphics View Framework...
 
QVector< QPoint > m_points