#include <connector-tool.h>
|
virtual | ~NodeObserver ()=default |
|
virtual void | notifyChildAdded (Node &node, Node &child, Node *prev) |
| Child addition callback.
|
|
virtual void | notifyChildOrderChanged (Node &node, Node &child, Node *old_prev, Node *new_prev) |
| Child order change callback.
|
|
virtual void | notifyContentChanged (Node &node, Util::ptr_shared old_content, Util::ptr_shared new_content) |
| Content change callback.
|
|
virtual void | notifyAttributeChanged (Node &node, GQuark name, Util::ptr_shared old_value, Util::ptr_shared new_value) |
| Attribute change callback.
|
|
virtual void | notifyElementNameChanged (Node &node, GQuark old_name, GQuark new_name) |
| Element name change callback.
|
|
| NodeObserver ()=default |
|
Definition at line 63 of file connector-tool.h.
◆ ~CCToolLayerNodeObserver()
Inkscape::UI::Tools::CCToolLayerNodeObserver::~CCToolLayerNodeObserver |
( |
| ) |
|
|
overrideprivatedefault |
◆ notifyChildRemoved()
◆ ConnectorTool
The documentation for this class was generated from the following files: