Go to the documentation of this file.
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>
133 #endif //__TERRALIB_QT_AF_EVENTS_INTERNAL_MAPEVENTS_H
This event is used to inform that drawing is finished.
te::qt::af::MapDisplay * m_display
A connector of the te::qt::widgets::MapDisplay class to the Application Framework.
te::qt::af::MapDisplay * m_display
This event signals that the srid of the map display changed.
This file contains a class to represent an event.
Enumerations of XML module.
A base class for application events.
This event signals that the color of the map display changed.
std::pair< int, std::string > m_srid
This event can be used to retrieve the MapDisplat component.
GetMapDisplay()
Constructor.
DrawingFinished(te::qt::af::MapDisplay *display)
Constructor.
MapColorChanged(QColor color)
Constructor.
MapSRIDChanged(std::pair< int, std::string > srid)
Constructor.