Functions
core/vgui/vgui_text_graph.cxx File Reference

See vgui_text_graph.h for a description of this file. More...

#include "vgui_text_graph.h"
#include <vcl_iostream.h>
#include <vgui/vgui_tableau.h>

Go to the source code of this file.

Functions

void vgui_text_graph (vcl_ostream &s, vgui_tableau_sptr const &t)
 Sends a text description of the tableau hierarchy beneath the given tableau.
void vgui_text_graph (vcl_ostream &s)
 Sends a text description of the whole tableau hierarchy to the given stream.

Detailed Description

See vgui_text_graph.h for a description of this file.

Author:
fsm

Definition in file vgui_text_graph.cxx.


Function Documentation

void vgui_text_graph ( vcl_ostream &  s,
vgui_tableau_sptr const &  t 
)

Sends a text description of the tableau hierarchy beneath the given tableau.

Sends a text description of tableau hierarchy beneath the given tableau.

Definition at line 36 of file vgui_text_graph.cxx.

void vgui_text_graph ( vcl_ostream &  s)

Sends a text description of the whole tableau hierarchy to the given stream.

Definition at line 43 of file vgui_text_graph.cxx.