Tableau to rubberband circles, lines etc. More...
#include <vgui/vgui_tableau.h>#include <vgui/vgui_easy2D_tableau.h>#include <vgui/vgui_event_condition.h>Go to the source code of this file.
Classes | |
| class | vgui_rubberband_client |
| Receives the parameters captured by vgui_rubberband_tableau. More... | |
| class | vgui_rubberband_easy2D_client |
| Rubberbanding onto a vgui_easy2D_tableau. More... | |
| class | vgui_rubberband_tableau |
| Tableau to rubberband circles, lines etc. More... | |
| struct | vgui_rubberband_tableau_new |
| Creates a smart-pointer to a vgui_rubberband_tableau tableau. More... | |
Typedefs | |
| typedef vgui_tableau_sptr_t < vgui_rubberband_tableau > | vgui_rubberband_tableau_sptr |
Tableau to rubberband circles, lines etc.
Modifications
31-MAR-2000 K.Y.McGaul - Initial version.
31-MAR-2000 F.S. de M - Minor cosmetic changes.
07-JUL-2000 Marko Bacic - Added support for linestrip
19-JUL-2000 Marko Bacic - Now supports vgui_rubberband_client
14-AUG-2000 FSM - Fixed so that it works with Windows
17-SEP-2002 K.Y.McGaul - Added doxygen style comments.
01-OCT-2002 K.Y.McGaul - Moved vgui_rubberbander to vgui_rubberband_tableau
26-JUN-2003 Mark Johnson - Added clear_highlight method to client
Definition in file vgui_rubberband_tableau.h.
| typedef vgui_tableau_sptr_t<vgui_rubberband_tableau> vgui_rubberband_tableau_sptr |
Definition at line 206 of file vgui_rubberband_tableau.h.
1.7.5.1