Functions
core/vgui/vgui_text_graph.h File Reference

Text descriptions of the tableau hierarchy. More...

#include <vcl_iosfwd.h>
#include <vgui/vgui_tableau_sptr.h>

Go to the source code of this file.

Functions

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

Detailed Description

Text descriptions of the tableau hierarchy.

Author:
fsm

Definition in file vgui_text_graph.h.


Function Documentation

void vgui_text_graph ( vcl_ostream &  )

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

Definition at line 43 of file vgui_text_graph.cxx.

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

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

Definition at line 36 of file vgui_text_graph.cxx.