Component grhline
Component index
Section index

Component grhline


Search

Type

Function

Summary

Draw a title with a large underline and items hook from it

Description

You can have up to six items hanged to the horizontal line. The main usage for this component is to draw organisasional diagram. For example, a programming departement with various teams.

void item1 (GRAPH_MODE mode, GR_NODE &node)
void item2 (GRAPH_MODE mode, GR_NODE &node)
void item3 (GRAPH_MODE mode, GR_NODE &node)
void item4 (GRAPH_MODE mode, GR_NODE &node)
void item5 (GRAPH_MODE mode, GR_NODE &node)
void item6 (GRAPH_MODE mode, GR_NODE &node)
void link1 (int x, int y, GRAPH_MODE mode, GR_NODE &node)
void link2 (int x, int y, GRAPH_MODE mode, GR_NODE &node)
void link3 (int x, int y, GRAPH_MODE mode, GR_NODE &node)
void link4 (int x, int y, GRAPH_MODE mode, GR_NODE &node)
void link5 (int x, int y, GRAPH_MODE mode, GR_NODE &node)
void link6 (int x, int y, GRAPH_MODE mode, GR_NODE &node)
void top (GRAPH_MODE mode, GR_NODE &node)

Prototypes

void grhline (GRAPH_MODE mode, GR_NODE &node)

Functags

void item1 (GRAPH_MODE mode, GR_NODE &node) Mandatory

Define the components of the first categorie on the left

void item2 (GRAPH_MODE mode, GR_NODE &node) Optional

Define the components of the second category

void item3 (GRAPH_MODE mode, GR_NODE &node) Optional

Define the components of the third category

void item4 (GRAPH_MODE mode, GR_NODE &node) Optional

Define the components of the fourth category

void item5 (GRAPH_MODE mode, GR_NODE &node) Optional

Define the components of the fifth category

void item6 (GRAPH_MODE mode, GR_NODE &node) Optional

Define the components of the sixth category

void link1 (int x, int y, GRAPH_MODE mode, GR_NODE &node) Optional

Draw the link between the horizontal line to the first category

void link2 (int x, int y, GRAPH_MODE mode, GR_NODE &node) Optional

Draw the link between the horizontal line to the category

void link3 (int x, int y, GRAPH_MODE mode, GR_NODE &node) Optional

Draw the link between the horizontal line to the category

void link4 (int x, int y, GRAPH_MODE mode, GR_NODE &node) Optional

Draw the link between the horizontal line to the category

void link5 (int x, int y, GRAPH_MODE mode, GR_NODE &node) Optional

Draw the link between the horizontal line to the category

void link6 (int x, int y, GRAPH_MODE mode, GR_NODE &node) Optional

Draw the link between the horizontal line to the category

void top (GRAPH_MODE mode, GR_NODE &node) Mandatory

Draw the top component