Creates a smart-pointer to a vgui_composite_tableau tableau. More...
#include <vgui_composite_tableau.h>
Public Types | |
typedef vgui_composite_tableau_sptr | base |
Public Member Functions | |
vgui_composite_tableau_new () | |
Constructor - creates a pointer to an empty vgui_composite_tableau. | |
vgui_composite_tableau_new (vgui_tableau_sptr const &child0, vgui_tableau_sptr const &child1) | |
Constructor - creates a pointer to a composite with two children. | |
vgui_composite_tableau_new (vgui_tableau_sptr const &child0, vgui_tableau_sptr const &child1, vgui_tableau_sptr const &child2) | |
Constructor - creates a pointer to a composite with three children. | |
vgui_composite_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_composite_tableau tableau.
Definition at line 145 of file vgui_composite_tableau.h.
Definition at line 147 of file vgui_composite_tableau.h.
vgui_composite_tableau_new::vgui_composite_tableau_new | ( | ) | [inline] |
Constructor - creates a pointer to an empty vgui_composite_tableau.
Definition at line 150 of file vgui_composite_tableau.h.
vgui_composite_tableau_new::vgui_composite_tableau_new | ( | vgui_tableau_sptr const & | child0, |
vgui_tableau_sptr const & | child1 | ||
) | [inline] |
Constructor - creates a pointer to a composite with two children.
Definition at line 153 of file vgui_composite_tableau.h.
vgui_composite_tableau_new::vgui_composite_tableau_new | ( | vgui_tableau_sptr const & | child0, |
vgui_tableau_sptr const & | child1, | ||
vgui_tableau_sptr const & | child2 | ||
) | [inline] |
Constructor - creates a pointer to a composite with three children.
Definition at line 158 of file vgui_composite_tableau.h.
vgui_composite_tableau_new::vgui_composite_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 165 of file vgui_composite_tableau.h.