Creates a smart-pointer to a vgui_selector_tableau tableau. More...
#include <vgui_selector_tableau.h>
Public Types | |
typedef vgui_selector_tableau_sptr | base |
Public Member Functions | |
vgui_selector_tableau_new () | |
Constructor - creates a pointer to an empty vgui_selector_tableau. | |
vgui_selector_tableau_new (vcl_vector< vgui_tableau_sptr > const &children) | |
Constructor - creates pointer to a composite with the given children. |
Creates a smart-pointer to a vgui_selector_tableau tableau.
Definition at line 142 of file vgui_selector_tableau.h.
Definition at line 144 of file vgui_selector_tableau.h.
vgui_selector_tableau_new::vgui_selector_tableau_new | ( | ) | [inline] |
Constructor - creates a pointer to an empty vgui_selector_tableau.
Definition at line 147 of file vgui_selector_tableau.h.
vgui_selector_tableau_new::vgui_selector_tableau_new | ( | vcl_vector< vgui_tableau_sptr > const & | children | ) | [inline] |
Constructor - creates pointer to a composite with the given children.
Takes a vector of child tableaux.
Definition at line 152 of file vgui_selector_tableau.h.