#include <DaVinci.h>
Data Fields | |
| EVENT_KIND | kind |
| union { | |
| type { | |
| const char * msg | |
| } com_error | |
| type { | |
| NODE_ID edge_src | |
| NODE_ID edge_dst | |
| } sel_edge | |
| type { | |
| const char * label | |
| } sel_menu | |
| type { | |
| INT n_nodes | |
| NODE_ID * node_ids | |
| } sel_nodes | |
| } | u |
Definition at line 318 of file DaVinci.h.
Definition at line 319 of file DaVinci.h.
Referenced by DaVinci::Event_Loop(), DaVinci::Parse_Event(), and DaVinci::Wait_For_Ack().
| const char* EVENT_T::msg |
| struct { ... } EVENT_T::com_error |
Referenced by DaVinci::Event_Loop().
| struct { ... } EVENT_T::sel_edge |
Referenced by DaVinci::Event_Loop(), and Parse_Edge_Id().
| const char* EVENT_T::label |
| struct { ... } EVENT_T::sel_menu |
Referenced by DaVinci::Event_Loop().
| struct { ... } EVENT_T::sel_nodes |
Referenced by DaVinci::Event_Loop(), and DaVinci::Parse_Event().
| union { ... } EVENT_T::u |
Referenced by DaVinci::Event_Loop(), Parse_Edge_Id(), and DaVinci::Parse_Event().
1.5.6