#include <Observer.hpp>
This class contains only static constant values which represent the message codes for the subject and observer.
Static Public Attributes | |
| static const long | new_node = 0x0010 |
| A new node was created. | |
| static const long | del_node = 0x0011 |
| A node is to be deleted. | |
| static const long | del_node_done = 0x0012 |
| The last node for which a del_node message was sent was deleted. | |
| static const long | new_edge = 0x0020 |
| A new edge was created. | |
| static const long | del_edge = 0x0021 |
| An edge is to be deleted. | |
| static const long | del_edge_done = 0x0022 |
| The last edge for which a del_edge message was sent was deleted. | |
| static const long | begin_edit_seq = 0x0030 |
| A longer edit sequence begins. | |
| static const long | end_edit_seq = 0x0031 |
| The edit sequence indicated by the last begin_edit_seq is finished. | |
| static const long | node_id_changed = 0x0040 |
| The id of the node changed. | |
| static const long | edge_id_changed = 0x0041 |
| The id of the edge changed. | |
|
|
A longer edit sequence begins.
|
|
|
An edge is to be deleted.
|
|
|
The last edge for which a del_edge message was sent was deleted.
|
|
|
A node is to be deleted.
|
|
|
The last node for which a del_node message was sent was deleted.
|
|
|
The id of the edge changed.
|
|
|
The edit sequence indicated by the last begin_edit_seq is finished.
|
|
|
A new edge was created.
|
|
|
A new node was created.
|
|
|
The id of the node changed.
|
1.4.1