te::qt::af::evt::LayersAdded Struct Reference

This event signals that a list of layers have been created. More...

#include <LayerEvents.h>

Inheritance diagram for te::qt::af::evt::LayersAdded:
te::qt::af::evt::Event

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::AbstractLayerPtrm_layers
 The layers to be added. More...
 
te::map::AbstractLayerPtr m_parentLayer
 The parent layer where the layers will be added. More...
 

Detailed Description

This event signals that a list of layers have been created.

Definition at line 90 of file LayerEvents.h.

Constructor & Destructor Documentation

te::qt::af::evt::LayersAdded::LayersAdded ( const std::list< te::map::AbstractLayerPtr layers,
const te::map::AbstractLayerPtr parentLayer = te::map::AbstractLayerPtr() 
)
inline

Constructor.

Parameters
layersThe layer to be added.
parentLayerThe parent layer where the new layer will be added.

Definition at line 98 of file LayerEvents.h.

Member Data Documentation

int te::qt::af::evt::Event::m_id
inherited

Identifier.

Definition at line 70 of file Event.h.

Referenced by te::qt::af::evt::Event::Event().

std::list<te::map::AbstractLayerPtr> te::qt::af::evt::LayersAdded::m_layers

The layers to be added.

Definition at line 105 of file LayerEvents.h.

te::map::AbstractLayerPtr te::qt::af::evt::LayersAdded::m_parentLayer

The parent layer where the layers will be added.

Definition at line 106 of file LayerEvents.h.


The documentation for this struct was generated from the following file: