27 #include "../../../edit/SnapManager.h" 
   28 #include "../../../qt/widgets/canvas/MapDisplay.h" 
   29 #include "../../af/events/LayerEvents.h" 
   30 #include "../../af/events/MapEvents.h" 
te::qt::af::MapDisplay * m_display
 
A base class for application events. 
 
te::qt::widgets::MapDisplay * getDisplay()
 
double m_urx
Upper right corner x-coordinate. 
 
~ApplicationListener()
Singleton destructor. 
 
double m_llx
Lower left corner x-coordinate. 
 
static T & getInstance()
It returns a reference to the singleton instance. 
 
An Envelope defines a 2D rectangular region. 
 
virtual const te::gm::Envelope & getExtent() const 
It returns the world extent showned by the MapDisplay. 
 
ApplicationListener()
It initializes the singleton instance of the application framework listener. 
 
void onApplicationTriggered(te::qt::af::evt::Event *e)
 
double m_lly
Lower left corner y-coordinate. 
 
This event is used to inform that drawing is finished. 
 
double m_ury
Upper right corner y-coordinate.