This event signals that a new layer was created. More...
#include <LayerEvents.h>
Public Member Functions | |
LayerAdded (const te::map::AbstractLayerPtr &layer, const te::map::AbstractLayerPtr &parentLayer=te::map::AbstractLayerPtr()) | |
Constructor. More... | |
Public Attributes | |
int | m_id |
Identifier. More... | |
te::map::AbstractLayerPtr | m_layer |
Tha layer to be added. More... | |
te::map::AbstractLayerPtr | m_parentLayer |
The parent layer where the layer will be added. More... | |
This event signals that a new layer was created.
Definition at line 66 of file LayerEvents.h.
|
inline |
Constructor.
layer | The layer to be added. |
parentLayer | The parent layer where the new layer will be added. |
Definition at line 74 of file LayerEvents.h.
|
inherited |
te::map::AbstractLayerPtr te::qt::af::evt::LayerAdded::m_layer |
Tha layer to be added.
Definition at line 81 of file LayerEvents.h.
te::map::AbstractLayerPtr te::qt::af::evt::LayerAdded::m_parentLayer |
The parent layer where the layer will be added.
Definition at line 82 of file LayerEvents.h.