Public Types | Public Member Functions
vgui_selector_tableau_new Struct Reference

Creates a smart-pointer to a vgui_selector_tableau tableau. More...

#include <vgui_selector_tableau.h>

List of all members.

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.

Detailed Description

Creates a smart-pointer to a vgui_selector_tableau tableau.

Definition at line 142 of file vgui_selector_tableau.h.


Member Typedef Documentation

Definition at line 144 of file vgui_selector_tableau.h.


Constructor & Destructor Documentation

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.


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