All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 201 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 209 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 220 of file LayerEvents.h.

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

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

The dataset that represents the objects that must be highlighted.

Definition at line 219 of file LayerEvents.h.

Referenced by HighlightLayerObjects(), and 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 218 of file LayerEvents.h.

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


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