|
LuciadCPillar 2026.0.07
|
Event that indicates that the collection of edit handles has changed.
More...
#include <luciad/edit/handles/IEditHandles.h>
Public Member Functions | |
| EditHandlesEvent () | |
| Construct a new event. | |
| void | addAddedHandle (std::shared_ptr< IEditHandle > handle) |
| Adds the given handle to this event as a handle that was newly added. | |
| void | addRemovedHandle (std::shared_ptr< IEditHandle > handle) |
| Adds the given handle to this event as a handle that was removed. | |
| const std::vector< std::shared_ptr< IEditHandle > > & | getAddedHandles () const |
| Returns the list of handles that were newly added. | |
| const std::vector< std::shared_ptr< IEditHandle > > & | getRemovedHandles () const |
| Returns the list of handles that were removed. | |
Event that indicates that the collection of edit handles has changed.
| luciad::EditHandlesEvent::EditHandlesEvent | ( | ) |
Construct a new event.
| void luciad::EditHandlesEvent::addAddedHandle | ( | std::shared_ptr< IEditHandle > | handle | ) |
Adds the given handle to this event as a handle that was newly added.
| handle | the handle to add. |
| void luciad::EditHandlesEvent::addRemovedHandle | ( | std::shared_ptr< IEditHandle > | handle | ) |
Adds the given handle to this event as a handle that was removed.
| handle | the handle to add. |
| const std::vector< std::shared_ptr< IEditHandle > > & luciad::EditHandlesEvent::getAddedHandles | ( | ) | const |
Returns the list of handles that were newly added.
| const std::vector< std::shared_ptr< IEditHandle > > & luciad::EditHandlesEvent::getRemovedHandles | ( | ) | const |
Returns the list of handles that were removed.