Public Types | Public Member Functions
bgui_selector_tableau_new Struct Reference

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

#include <bgui_selector_tableau.h>

List of all members.

Public Types

typedef bgui_selector_tableau_sptr base

Public Member Functions

 bgui_selector_tableau_new ()
 Constructor - creates a pointer to an empty bgui_selector_tableau.
 bgui_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 bgui_selector_tableau tableau.

Definition at line 142 of file bgui_selector_tableau.h.


Member Typedef Documentation

Definition at line 144 of file bgui_selector_tableau.h.


Constructor & Destructor Documentation

bgui_selector_tableau_new::bgui_selector_tableau_new ( ) [inline]

Constructor - creates a pointer to an empty bgui_selector_tableau.

Definition at line 147 of file bgui_selector_tableau.h.

bgui_selector_tableau_new::bgui_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 bgui_selector_tableau.h.


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