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, const QColor &color)
 Constructor. More...
 

Public Attributes

QColor m_color
 The color used to highlight. More...
 
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...
 

Detailed Description

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

Definition at line 196 of file LayerEvents.h.

Constructor & Destructor Documentation

te::qt::af::evt::HighlightLayerObjects::HighlightLayerObjects ( te::map::AbstractLayerPtr  layer,
te::da::DataSet dataset,
const QColor &  color 
)
inline

Constructor.

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

Definition at line 204 of file LayerEvents.h.

References m_dataset.

Member Data Documentation

QColor te::qt::af::evt::HighlightLayerObjects::m_color

The color used to highlight.

Definition at line 215 of file LayerEvents.h.

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

The dataset that represents the objects that must be highlighted.

Definition at line 214 of file LayerEvents.h.

Referenced by HighlightLayerObjects().

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

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

The layer whose objects must be highlighted.

Definition at line 213 of file LayerEvents.h.


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