All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
MovingItemGroupModel.cpp
Go to the documentation of this file.
1 #include "MovingItemGroupModel.h"
2 
3 #include "../core/enum/Enums.h"
4 
6 {
7  m_type = Enums::getInstance().getEnumObjectType()->getMovingItemGroup();
8 
9  m_box = te::gm::Envelope(0., 0., 10., 10.);
10 }
11 
13 {
14 
15 }
16 
EnumType * m_type
type of the MVC component
static Enums & getInstance()
It returns a reference to the singleton instance.
An Envelope defines a 2D rectangular region.
Definition: Envelope.h:51
te::gm::Envelope m_box
bounding rectangle
Class that represents a "Model" part of MovingItemGroup MVC component. Its coordinate system is the s...
virtual ~MovingItemGroupModel()
Destructor.