|
LuciadCPillar 2025.0.07
|
Event that indicates that some property of a specific layer has changed. More...
#include <luciad/layers/Layer.h>
Public Member Functions | |
| LayerEvent (std::shared_ptr< Layer > layer, std::string changedProperty) | |
| Creates a new layer event that can be used to notify that the given property has changed for the given layer. More... | |
| const std::string & | getChangedProperty () const |
| Returns the name of the property that changed. More... | |
| const std::shared_ptr< Layer > & | getLayer () const |
| Returns the affected layer. More... | |
Event that indicates that some property of a specific layer has changed.
| luciad::LayerEvent::LayerEvent | ( | std::shared_ptr< Layer > | layer, |
| std::string | changedProperty | ||
| ) |
Creates a new layer event that can be used to notify that the given property has changed for the given layer.
| layer | a layer |
| changedProperty | the changed property |
| const std::string & luciad::LayerEvent::getChangedProperty | ( | ) | const |
Returns the name of the property that changed.
| const std::shared_ptr< Layer > & luciad::LayerEvent::getLayer | ( | ) | const |
Returns the affected layer.