This event indicates that the layer style was selected on the layer explorer. More...
#include <LayerEvents.h>
Public Member Functions | |
| LayerStyleSelected (te::map::AbstractLayerPtr layer, te::se::Rule *rule) | |
| Construtor. More... | |
Public Attributes | |
| int | m_id |
| Identifier. More... | |
| te::map::AbstractLayerPtr | m_layer |
| Layer whose style was selected. More... | |
| te::se::Rule * | m_rule |
| Rule whose style was selected. More... | |
This event indicates that the layer style was selected on the layer explorer.
Definition at line 254 of file LayerEvents.h.
|
inline |
Construtor.
| layer | The layer that has the selected style. |
Definition at line 261 of file LayerEvents.h.
|
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::st::TimeSliderWidgetAction::onApplicationTriggered(), te::qt::plugins::rp::ClippingAction::onApplicationTriggered(), te::qt::plugins::rp::MixtureModelAction::onApplicationTriggered(), te::qt::plugins::rp::RasterSlicingAction::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::LayerStyleSelected::m_layer |
Layer whose style was selected.
Definition at line 268 of file LayerEvents.h.
Referenced by te::qt::af::StyleExplorer::onApplicationTriggered().
| te::se::Rule* te::qt::af::evt::LayerStyleSelected::m_rule |
Rule whose style was selected.
Definition at line 269 of file LayerEvents.h.
Referenced by te::qt::af::StyleExplorer::onApplicationTriggered().