This event signals that a list of layers have been created. More...
#include <LayerEvents.h>
Public Member Functions | |
| LayersAdded (const std::list< te::map::AbstractLayerPtr > layers, const te::map::AbstractLayerPtr &parentLayer=te::map::AbstractLayerPtr()) | |
| Constructor. More... | |
Public Attributes | |
| int | m_id |
| Identifier. More... | |
| std::list< te::map::AbstractLayerPtr > | m_layers |
| The layers to be added. More... | |
| te::map::AbstractLayerPtr | m_parentLayer |
| The parent layer where the layers will be added. More... | |
This event signals that a list of layers have been created.
Definition at line 95 of file LayerEvents.h.
|
inline |
Constructor.
| layers | The layer to be added. |
| parentLayer | The parent layer where the new layer will be added. |
Definition at line 103 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::rp::RasterSlicingAction::onApplicationTriggered(), te::qt::plugins::st::TimeSliderWidgetAction::onApplicationTriggered(), te::qt::plugins::rp::ClippingAction::onApplicationTriggered(), te::qt::plugins::rp::MixtureModelAction::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().
| std::list<te::map::AbstractLayerPtr> te::qt::af::evt::LayersAdded::m_layers |
The layers to be added.
Definition at line 110 of file LayerEvents.h.
Referenced by te::qt::af::LayerExplorer::onApplicationTriggered().
| te::map::AbstractLayerPtr te::qt::af::evt::LayersAdded::m_parentLayer |
The parent layer where the layers will be added.
Definition at line 111 of file LayerEvents.h.