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