This event signals that the layer visibility has changed. More...
#include <LayerEvents.h>
Public Member Functions | |
| LayerVisibilityChanged () | |
| Constructor. | |
Public Attributes | |
| int | m_id |
| Identifier. | |
This event signals that the layer visibility has changed.
Definition at line 164 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 173 of file LayerEvents.h.
References te::qt::af::evt::Event::Event(), and te::qt::af::evt::LAYER_VISIBILITY_CHANGED.
|
inherited |