Creates a smart-pointer to a vgui_image_tableau. More...
#include <vgui_image_tableau.h>
Public Member Functions | |
vgui_image_tableau_new () | |
Constructor - creates an empty image tableau. | |
vgui_image_tableau_new (vil1_image const &t, vgui_range_map_params_sptr const &rmp=0) | |
Constructor - creates a tableau displaying the given image. | |
vgui_image_tableau_new (vil_image_view_base const &t, vgui_range_map_params_sptr const &rmp=0) | |
Constructor - creates a tableau displaying the given image. | |
vgui_image_tableau_new (vil_image_resource_sptr const &t, vgui_range_map_params_sptr const &rmp=0) | |
Constructor - creates a tableau displaying the given image. | |
vgui_image_tableau_new (char const *f, vgui_range_map_params_sptr const &rmp=0) | |
Creates a tableau which loads and displays an image from the given file. |
Creates a smart-pointer to a vgui_image_tableau.
Definition at line 171 of file vgui_image_tableau.h.
vgui_image_tableau_new::vgui_image_tableau_new | ( | ) | [inline] |
Constructor - creates an empty image tableau.
Definition at line 175 of file vgui_image_tableau.h.
vgui_image_tableau_new::vgui_image_tableau_new | ( | vil1_image const & | t, |
vgui_range_map_params_sptr const & | rmp = 0 |
||
) | [inline] |
Constructor - creates a tableau displaying the given image.
Definition at line 180 of file vgui_image_tableau.h.
vgui_image_tableau_new::vgui_image_tableau_new | ( | vil_image_view_base const & | t, |
vgui_range_map_params_sptr const & | rmp = 0 |
||
) | [inline] |
Constructor - creates a tableau displaying the given image.
Definition at line 186 of file vgui_image_tableau.h.
vgui_image_tableau_new::vgui_image_tableau_new | ( | vil_image_resource_sptr const & | t, |
vgui_range_map_params_sptr const & | rmp = 0 |
||
) | [inline] |
Constructor - creates a tableau displaying the given image.
Definition at line 192 of file vgui_image_tableau.h.
vgui_image_tableau_new::vgui_image_tableau_new | ( | char const * | f, |
vgui_range_map_params_sptr const & | rmp = 0 |
||
) | [inline] |
Creates a tableau which loads and displays an image from the given file.
The image will be stored as a vil1_image, and thus can be retrieved with get_image() but not with get_image_view().
Definition at line 200 of file vgui_image_tableau.h.