Component grmanage
Component index
Section index

Component grmanage


Search

Type

Function

Summary

Initialise and coordinate the various gr components to produce a graph

Description

grmanage is the first component to use whenever you want to create a graph. You place the various calls to the grxxx components in the exec functag.

void exec (GRAPH_MODE mode, GR_NODE &node)

Functags

void exec (GRAPH_MODE mode, GR_NODE &node) Mandatory

Trigger the various gr component to draw a graph

The various component will be executed twice, once to establish the layout of the graph and once to draw it.