te::qt::af::evt::Event Struct Reference

A base class for application events. More...

#include <Event.h>

Inheritance diagram for te::qt::af::evt::Event:
te::qt::af::evt::AppClosed te::qt::af::evt::AutoPanEnabled te::qt::af::evt::CoordinateTracked te::qt::af::evt::DisplayResized te::qt::af::evt::DrawButtonClicked te::qt::af::evt::DrawingFinished te::qt::af::evt::GetAvailableLayers te::qt::af::evt::GetLayerExplorer te::qt::af::evt::GetLayerSelected te::qt::af::evt::GetMapDisplay te::qt::af::evt::HighlightLayerObjects te::qt::af::evt::LayerAdded te::qt::af::evt::LayerChanged te::qt::af::evt::LayerPopUpAddAction te::qt::af::evt::LayerPopUpRemoveAction te::qt::af::evt::LayerRemoved te::qt::af::evt::LayersAdded te::qt::af::evt::LayerSelected te::qt::af::evt::LayerSelectedObjectsChanged te::qt::af::evt::LayerStyleSelected te::qt::af::evt::LayerVisibilityChanged te::qt::af::evt::MapColorChanged te::qt::af::evt::MapSRIDChanged te::qt::af::evt::NewActionsAvailable te::qt::af::evt::PanButtonToggled te::qt::af::evt::ProjectAdded te::qt::af::evt::ProjectUnsaved te::qt::af::evt::SelectionButtonToggled te::qt::af::evt::TableAlternatingColorsChanged te::qt::af::evt::ToolBarAdded te::qt::af::evt::ToolChanged te::qt::af::evt::ZoomInButtonToggled te::qt::af::evt::ZoomOutButtonToggled

Public Member Functions

 Event (const int &id)
 Constructor. More...
 

Public Attributes

int m_id
 Identifier. More...
 

Detailed Description

A base class for application events.

This is the type of event that components and plugins may use to notify changes in the application state.

One must specialize this class in order to notify specific events.

Definition at line 59 of file Event.h.

Constructor & Destructor Documentation

◆ Event()

te::qt::af::evt::Event::Event ( const int &  id)
inline

Constructor.

Definition at line 65 of file Event.h.

References m_id.

Member Data Documentation

◆ m_id

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

Identifier.

Definition at line 70 of file Event.h.

Referenced by Event().


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