A tableau which renders its child tableaux as a rectangular grid. More...
#include <vcl_vector.h>
#include <vbl/vbl_array_2d.h>
#include "vgui_grid_tableau_sptr.h"
#include <vgui/vgui_poly_tableau.h>
#include <vgui/vgui_event_condition.h>
Go to the source code of this file.
Classes | |
struct | vgui_grid_tableau_data |
Data required by each rectangle in the grid of vgui_grid_tableau. More... | |
class | vgui_grid_tableau |
A tableau which renders its child tableaux as a rectangular grid. More... | |
struct | vgui_grid_tableau_new |
Create a smart pointer to a vgui_grid_tableau. More... | |
Functions | |
bool | operator== (vgui_grid_tableau_data const &a, vgui_grid_tableau_data const &b) |
A tableau which renders its child tableaux as a rectangular grid.
Modifications K.Y.McGaul 20-JAN-2000 Initial version. K.Y.McGaul 11-FEB-2000 Added a clear_tableau to the empty grid positions. K.Y.McGaul 21-FEB-2002 Added comments and documentation.
Definition in file vgui_grid_tableau.h.
bool operator== | ( | vgui_grid_tableau_data const & | a, |
vgui_grid_tableau_data const & | b | ||
) |
Definition at line 11 of file vgui_grid_tableau.cxx.