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::Style *style, te::se::Rule *rule) | |
| Construtor. | |
Public Attributes | |
| int | m_id |
| Identifier. | |
| te::map::AbstractLayerPtr | m_layer |
| Layer whose style was selected. | |
| te::se::Rule * | m_rule |
| Rule whose style was selected. | |
| te::se::Style * | m_style |
| Style selected (could be visual or selection style) | |
This event indicates that the layer style was selected on the layer explorer.
Definition at line 255 of file LayerEvents.h.
|
inline |
Construtor.
| layer | The layer that has the selected style. |
Definition at line 262 of file LayerEvents.h.
|
inherited |
| te::map::AbstractLayerPtr te::qt::af::evt::LayerStyleSelected::m_layer |
Layer whose style was selected.
Definition at line 270 of file LayerEvents.h.
| te::se::Rule* te::qt::af::evt::LayerStyleSelected::m_rule |
Rule whose style was selected.
Definition at line 272 of file LayerEvents.h.
| te::se::Style* te::qt::af::evt::LayerStyleSelected::m_style |
Style selected (could be visual or selection style)
Definition at line 271 of file LayerEvents.h.