Constructor. More...
#include <LayerEvents.h>
Public Member Functions | |
LayerRemoved (const std::list< te::map::AbstractLayerPtr > &layers) | |
Constructor. More... | |
Public Attributes | |
int | m_id |
Identifier. More... | |
std::list< te::map::AbstractLayerPtr > | m_layers |
Layer removed. More... | |
Constructor.
item | Item belonging to a layer to be removed from the layer explorer. |
This event signals that a layer is to be removed from the layer explorer.
Definition at line 111 of file LayerEvents.h.
|
inline |
|
inherited |
std::list<te::map::AbstractLayerPtr> te::qt::af::evt::LayerRemoved::m_layers |
Layer removed.
Definition at line 124 of file LayerEvents.h.