Create a smart-pointer to a vgui_enhance_tableau tableau. More...
#include <vgui_enhance_tableau.h>
Public Member Functions | |
vgui_enhance_tableau_new () | |
Constructor - magnifies an area under the mouse pointer. | |
vgui_enhance_tableau_new (vgui_tableau_sptr const &t) | |
Constructor - magnifies area of the given tableau under the mouse pointer. | |
vgui_enhance_tableau_new (vgui_tableau_sptr const &t1, vgui_tableau_sptr const &t2) | |
Constructor - displays t2 on top of t1 in a region around mouse pointer. |
Create a smart-pointer to a vgui_enhance_tableau tableau.
Definition at line 99 of file vgui_enhance_tableau.h.
vgui_enhance_tableau_new::vgui_enhance_tableau_new | ( | ) | [inline] |
Constructor - magnifies an area under the mouse pointer.
Definition at line 102 of file vgui_enhance_tableau.h.
vgui_enhance_tableau_new::vgui_enhance_tableau_new | ( | vgui_tableau_sptr const & | t | ) | [inline] |
Constructor - magnifies area of the given tableau under the mouse pointer.
Definition at line 106 of file vgui_enhance_tableau.h.
vgui_enhance_tableau_new::vgui_enhance_tableau_new | ( | vgui_tableau_sptr const & | t1, |
vgui_tableau_sptr const & | t2 | ||
) | [inline] |
Constructor - displays t2 on top of t1 in a region around mouse pointer.
Definition at line 110 of file vgui_enhance_tableau.h.