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, te::se::Style *style) | |
| Constructor. More... | |
Public Attributes | |
| 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... | |
| te::se::Style * | m_style |
| The color used to highlight. More... | |
This event indicates that the objects of the given layer must be highlighted.
Definition at line 227 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 235 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 245 of file LayerEvents.h.
Referenced by te::qt::af::MapDisplay::onApplicationTriggered().
|
inherited |
Identifier.
Definition at line 70 of file qt/af/events/Event.h.
Referenced by te::qt::af::evt::Event::Event(), te::qt::plugins::rp::FilterAction::onApplicationTriggered(), te::qt::plugins::rp::ContrastAction::onApplicationTriggered(), te::qt::plugins::rp::ClassifierAction::onApplicationTriggered(), te::qt::plugins::rp::ClippingAction::onApplicationTriggered(), te::qt::plugins::rp::MixtureModelAction::onApplicationTriggered(), te::qt::plugins::rp::RasterSlicingAction::onApplicationTriggered(), te::qt::plugins::st::TimeSliderWidgetAction::onApplicationTriggered(), te::qt::af::StyleExplorer::onApplicationTriggered(), te::qt::plugins::edit::Plugin::onApplicationTriggered(), te::qt::af::InterfaceController::onApplicationTriggered(), te::qt::af::BaseApplication::onApplicationTriggered(), te::qt::af::LayerExplorer::onApplicationTriggered(), TerraView::onApplicationTriggered(), te::qt::af::ChartDisplayDockWidget::onApplicationTriggered(), te::qt::plugins::tv::TimeViewerDockWidget::onApplicationTriggered(), te::qt::af::DataSetTableDockWidget::onApplicationTriggered(), te::qt::af::MapDisplay::onApplicationTriggered(), and te::qt::widgets::ContrastDialogForm::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().