This event signals that the layer visibility has changed. More...
#include <LayerEvents.h>
  
 Public Member Functions | |
| LayerVisibilityChanged (te::map::AbstractLayerPtr layer, te::map::Visibility visibility) | |
| Constructor.  More... | |
Public Attributes | |
| int | m_id | 
| Identifier.  More... | |
| te::map::AbstractLayerPtr | m_layer | 
| Layer whose visibility has changed.  More... | |
| te::map::Visibility | m_visibility | 
| Layer visibility.  More... | |
This event signals that the layer visibility has changed.
Definition at line 127 of file LayerEvents.h.
      
  | 
  inline | 
Constructor.
| layer | The layer whose visibility has changed. | 
| visibility | The new visibility state: VISIBLE, NOT_VISIBLE, PARTIALLY_VISIBLE. | 
Definition at line 136 of file LayerEvents.h.
      
  | 
  inherited | 
Identifier.
Definition at line 70 of file Event.h.
Referenced by te::qt::af::evt::Event::Event(), te::qt::af::StyleExplorer::onApplicationTriggered(), te::qt::af::BaseApplication::onApplicationTriggered(), te::qt::af::LayerExplorer::onApplicationTriggered(), te::qt::af::LayoutEditor::onApplicationTriggered(), te::qt::af::DataSetTableDockWidget::onApplicationTriggered(), te::qt::af::ChartDisplayDockWidget::onApplicationTriggered(), and te::qt::af::MapDisplay::onApplicationTriggered().
| te::map::AbstractLayerPtr te::qt::af::evt::LayerVisibilityChanged::m_layer | 
Layer whose visibility has changed.
Definition at line 143 of file LayerEvents.h.
| te::map::Visibility te::qt::af::evt::LayerVisibilityChanged::m_visibility | 
Layer visibility.
Definition at line 144 of file LayerEvents.h.