See vgui_text_graph.h for a description of this file. More...
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. |
See vgui_text_graph.h for a description of this file.
Definition in file vgui_text_graph.cxx.
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.