te::qt::af::evt::HighlightLayerObjects Struct Reference

This event indicates that the objects of the given layer must be highlighted. More...

#include <LayerEvents.h>

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

Public Member Functions

 HighlightLayerObjects (te::map::AbstractLayerPtr layer, te::da::DataSet *dataset, te::se::Style *style)
 Constructor. More...
 

Public Attributes

te::da::DataSetm_dataset
 The dataset that represents the objects that must be highlighted. More...
 
int m_id
 Identifier. More...
 
te::map::AbstractLayerPtr m_layer
 The layer whose objects must be highlighted. More...
 
te::se::Stylem_style
 The color used to highlight. More...
 

Detailed Description

This event indicates that the objects of the given layer must be highlighted.

Definition at line 227 of file LayerEvents.h.

Constructor & Destructor Documentation

te::qt::af::evt::HighlightLayerObjects::HighlightLayerObjects ( te::map::AbstractLayerPtr  layer,
te::da::DataSet dataset,
te::se::Style style 
)
inline

Constructor.

Parameters
layerThe layer whose objects must be highlighted.
datasetThe dataset that represents the objects that must be highlighted.

Definition at line 235 of file LayerEvents.h.

Member Data Documentation

te::da::DataSet* te::qt::af::evt::HighlightLayerObjects::m_dataset

The dataset that represents the objects that must be highlighted.

Definition at line 245 of file LayerEvents.h.

Referenced by te::qt::af::MapDisplay::onApplicationTriggered().

te::map::AbstractLayerPtr te::qt::af::evt::HighlightLayerObjects::m_layer

The layer whose objects must be highlighted.

Definition at line 244 of file LayerEvents.h.

Referenced by te::qt::af::MapDisplay::onApplicationTriggered().

te::se::Style* te::qt::af::evt::HighlightLayerObjects::m_style

The color used to highlight.

Definition at line 246 of file LayerEvents.h.

Referenced by te::qt::af::MapDisplay::onApplicationTriggered().


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