Public Member Functions
vgui_easy2D_tableau_new Struct Reference

Create a smart-pointer to a vgui_easy2D_tableau tableau. More...

#include <vgui_easy2D_tableau.h>

List of all members.

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.

Detailed Description

Create a smart-pointer to a vgui_easy2D_tableau tableau.

Definition at line 207 of file vgui_easy2D_tableau.h.


Constructor & Destructor Documentation

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.


The documentation for this struct was generated from the following file: