00001 // This is core/vgui/vgui_text_graph.h 00002 #ifndef vgui_text_graph_h_ 00003 #define vgui_text_graph_h_ 00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE 00005 #pragma interface 00006 #endif 00007 //: 00008 // \file 00009 // \author fsm 00010 // \brief Text descriptions of the tableau hierarchy. 00011 00012 #include <vcl_iosfwd.h> 00013 #include <vgui/vgui_tableau_sptr.h> 00014 00015 //: Sends a text description of the whole tableau hierarchy to the given stream. 00016 void vgui_text_graph(vcl_ostream &); 00017 00018 //: Sends a text description of tableau hierarchy beneath the given tableau. 00019 void vgui_text_graph(vcl_ostream &, vgui_tableau_sptr const &); 00020 00021 #endif // vgui_text_graph_h_