te::qt::af::evt::MapSRIDChanged Struct Reference

This event signals that the srid of the map display changed. More...

#include <MapEvents.h>

Inheritance diagram for te::qt::af::evt::MapSRIDChanged:
te::qt::af::evt::Event

Public Member Functions

 MapSRIDChanged (std::pair< int, std::string > srid)
 Constructor. More...
 

Public Attributes

int m_id
 Identifier. More...
 
std::pair< int, std::string > m_srid
 

Detailed Description

This event signals that the srid of the map display changed.

Definition at line 54 of file MapEvents.h.

Constructor & Destructor Documentation

te::qt::af::evt::MapSRIDChanged::MapSRIDChanged ( std::pair< int, std::string >  srid)
inline

Constructor.

Parameters
sridThe new SRID of map display.

Definition at line 61 of file MapEvents.h.

Member Data Documentation

int te::qt::af::evt::Event::m_id
inherited

Identifier.

Definition at line 70 of file Event.h.

Referenced by te::qt::af::evt::Event::Event().

std::pair<int, std::string> te::qt::af::evt::MapSRIDChanged::m_srid

Definition at line 67 of file MapEvents.h.


The documentation for this struct was generated from the following file: