This event indicates that the objects of the given layer must be highlighted. More...
#include <LayerEvents.h>
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::DataSet * | m_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... | |
This event indicates that the objects of the given layer must be highlighted.
Definition at line 201 of file LayerEvents.h.
|
inline |
Constructor.
| layer | The layer whose objects must be highlighted. |
| dataset | The dataset that represents the objects that must be highlighted. |
Definition at line 209 of file LayerEvents.h.
References m_dataset.
| 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().
|
inherited |
Identifier.
Definition at line 70 of file Event.h.
Referenced by te::qt::af::evt::Event::Event(), te::qt::plugins::edit::ApplicationListener::onApplicationTriggered(), te::qt::af::StyleExplorer::onApplicationTriggered(), te::qt::af::InterfaceController::onApplicationTriggered(), te::qt::af::LayerExplorer::onApplicationTriggered(), te::qt::af::ChartDisplayDockWidget::onApplicationTriggered(), te::qt::af::BaseApplication::onApplicationTriggered(), te::qt::af::DataSetTableDockWidget::onApplicationTriggered(), 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().