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

◆ HighlightLayerObjects()

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.

References m_dataset.

Member Data Documentation

◆ m_dataset

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 HighlightLayerObjects().

◆ m_id

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().

◆ m_layer

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.

◆ m_style

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

The color used to highlight.

Definition at line 246 of file LayerEvents.h.


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