This event signals that the srid of the map display changed. More...
#include <MapEvents.h>
Public Member Functions | |
| MapSRIDChanged (std::pair< int, std::string > srid) | |
| Constructor. | |
Public Attributes | |
| int | m_id |
| Identifier. | |
| std::pair< int, std::string > | m_srid |
This event signals that the srid of the map display changed.
Definition at line 54 of file MapEvents.h.
|
inline |
Constructor.
| srid | The new SRID of map display. |
Definition at line 61 of file MapEvents.h.
References te::qt::af::evt::Event::Event(), m_srid, and te::qt::af::evt::MAP_SRID_CHANGED.
|
inherited |
| std::pair<int, std::string> te::qt::af::evt::MapSRIDChanged::m_srid |
Definition at line 67 of file MapEvents.h.
Referenced by MapSRIDChanged().