26 #ifndef __TERRALIB_QT_AF_EVENTS_INTERNAL_MAPEVENTS_H
27 #define __TERRALIB_QT_AF_EVENTS_INTERNAL_MAPEVENTS_H
30 #include "../connectors/MapDisplay.h"
39 #include <QtGui/QColor>
A connector of the te::qt::widgets::MapDisplay class to the Application Framework.
This file contains a class to represent an event.
This event is used to inform that drawing is finished.
te::qt::af::MapDisplay * m_display
DrawingFinished(te::qt::af::MapDisplay *display)
Constructor.
A base class for application events.
This event can be used to retrieve the MapDisplat component.
GetMapDisplay()
Constructor.
te::qt::af::MapDisplay * m_display
This event signals that the color of the map display changed.
MapColorChanged(QColor color)
Constructor.
This event signals that the srid of the map display changed.
std::pair< int, std::string > m_srid
MapSRIDChanged(std::pair< int, std::string > srid)
Constructor.
Enumerations of XML module.