Base class for all tableaux in vgui. More...
#include <vcl_string.h>#include <vcl_vector.h>#include <vcl_iosfwd.h>#include <vgui/vgui_event.h>#include <vgui/internals/vgui_parent_child_link_data.h>#include "dll.h"#include "vgui_tableau_sptr.h"Go to the source code of this file.
Classes | |
| class | vgui_tableau |
| Base class for all tableaux in vgui. More... | |
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &os, vgui_tableau_sptr const &t) |
| Print some indication of what the tableau is. | |
Base class for all tableaux in vgui.
Modifications
21-SEP-1999 fsm various changes.
05-OCT-1999 fsm
11-OCT-1999 fsm. removed old build_chain code.
12-OCT-1999 fsm. added type_name() method. various cleanup.
13-OCT-1999 fsm. deprecated draw_impl() and draw_overlay_impl().
16-OCT-1999 fsm. deprecated draw(), draw_overlay() + two minor
methods. added get_popup().
11-NOV-1999 fsm. added add_popup() now that get_popup() has a
different meaning. Added exists().
07-AUG-2002 K.Y.McGaul - Changed to and added Doxygen style comments.
08-OCT-2002 K.Y.McGaul - Removed unused adopt and disown functions.
Definition in file vgui_tableau.h.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| vgui_tableau_sptr const & | t | ||
| ) |
Print some indication of what the tableau is.
Print some indication of what the tableau is.
eg : pig.jpg[vgui_composite:0xeffff728]
Definition at line 366 of file vgui_tableau.cxx.
1.7.5.1