Component grnode
Component index
Section index

Component grnode


Search

Type

Function

Summary

Define a component with up to six component on the right

Description

The components are linked to the main component from a central point. They are placed vertically.

void draw (GRAPH_MODE mode, GR_NODE &node)
void link1 (GR_NODE &node1, GR_NODE &node2)
void link2 (GR_NODE &node1, GR_NODE &node2)
void link3 (GR_NODE &node1, GR_NODE &node2)
void link4 (GR_NODE &node1, GR_NODE &node2)
void right1 (GRAPH_MODE mode, GR_NODE &node)
void right2 (GRAPH_MODE mode, GR_NODE &node)
void right3 (GRAPH_MODE mode, GR_NODE &node)
void right4 (GRAPH_MODE mode, GR_NODE &node)
void right5 (GRAPH_MODE mode, GR_NODE &node)
int sub1 (GRAPH_MODE mode, GR_NODE &node)
int sub2 (GRAPH_MODE mode, GR_NODE &node)

Prototypes

void grnode (GRAPH_MODE mode, GR_NODE &node)

Functags

void draw (GRAPH_MODE mode, GR_NODE &node) Mandatory

Draw the object

void link1 (GR_NODE &node1, GR_NODE &node2) Optional

Draw the link between two node

void link2 (GR_NODE &node1, GR_NODE &node2) Optional

Draw the link between two node

void link3 (GR_NODE &node1, GR_NODE &node2) Optional

Draw the link between two node

void link4 (GR_NODE &node1, GR_NODE &node2) Optional

Draw the link between two node

void right1 (GRAPH_MODE mode, GR_NODE &node) Optional

One object on the right

void right2 (GRAPH_MODE mode, GR_NODE &node) Optional

One object on the right

void right3 (GRAPH_MODE mode, GR_NODE &node) Optional

One object on the right

void right4 (GRAPH_MODE mode, GR_NODE &node) Optional

One object on the right

void right5 (GRAPH_MODE mode, GR_NODE &node) Optional

One object on the right

int sub1 (GRAPH_MODE mode, GR_NODE &node) Optional

One internal object

int sub2 (GRAPH_MODE mode, GR_NODE &node) Optional

One internal object