30 #include "../core/ContextItem.h" 
   31 #include "../../geometry/Envelope.h" 
   32 #include "../../color/RGBAColor.h" 
   33 #include "../../maptools/Canvas.h" 
   34 #include "../core/enum/Enums.h" 
virtual ~NorthModel()
Destructor. 
 
bool m_border
true if should be drawn border, false otherwise 
 
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. 
 
te::gm::Envelope m_box
bounding rectangle 
 
A helper class for 32-bit RGBA (Red-Green-Blue-Alpha channel) color. 
 
te::color::RGBAColor m_borderColor
border color 
 
Class that represents a "Model" part of Rectangle MVC component. Its coordinate system is the same of...