Create a smart-pointer to a vgui_easy2D_tableau tableau. More...
#include <vgui_easy2D_tableau.h>
Public Member Functions | |
vgui_easy2D_tableau_new (char const *n="unnamed") | |
Constructor - create an easy2D with the given name. | |
vgui_easy2D_tableau_new (vgui_image_tableau_sptr const &i, char const *n="unnamed") | |
Constructor - create an easy2D with the given image tableau as child. | |
vgui_easy2D_tableau_new (vgui_tableau_sptr const &i, char const *n="unnamed") | |
Constructor - create an easy2D with the given child tableau. |
Create a smart-pointer to a vgui_easy2D_tableau tableau.
Definition at line 207 of file vgui_easy2D_tableau.h.
vgui_easy2D_tableau_new::vgui_easy2D_tableau_new | ( | char const * | n = "unnamed" | ) | [inline] |
Constructor - create an easy2D with the given name.
Definition at line 210 of file vgui_easy2D_tableau.h.
vgui_easy2D_tableau_new::vgui_easy2D_tableau_new | ( | vgui_image_tableau_sptr const & | i, |
char const * | n = "unnamed" |
||
) | [inline] |
Constructor - create an easy2D with the given image tableau as child.
Definition at line 214 of file vgui_easy2D_tableau.h.
vgui_easy2D_tableau_new::vgui_easy2D_tableau_new | ( | vgui_tableau_sptr const & | i, |
char const * | n = "unnamed" |
||
) | [inline] |
Constructor - create an easy2D with the given child tableau.
Definition at line 218 of file vgui_easy2D_tableau.h.