#include <bgui_vsol2D_tableau.h>
Definition at line 54 of file bgui_vsol2D_tableau.h.
bgui_vsol2D_tableau::bgui_vsol2D_tableau | ( | const char * | n = "unnamed" | ) |
Definition at line 16 of file bgui_vsol2D_tableau.cxx.
bgui_vsol2D_tableau::bgui_vsol2D_tableau | ( | vgui_image_tableau_sptr const & | it, |
const char * | n = "unnamed" |
||
) |
Definition at line 19 of file bgui_vsol2D_tableau.cxx.
bgui_vsol2D_tableau::bgui_vsol2D_tableau | ( | vgui_tableau_sptr const & | t, |
const char * | n = "unnamed" |
||
) |
Definition at line 23 of file bgui_vsol2D_tableau.cxx.
bgui_vsol2D_tableau::~bgui_vsol2D_tableau | ( | ) |
Definition at line 27 of file bgui_vsol2D_tableau.cxx.
bgui_vsol_soview2D_digital_curve * bgui_vsol2D_tableau::add_digital_curve | ( | vsol_digital_curve_2d_sptr const & | dc, |
const vgui_style_sptr & | style = NULL |
||
) |
display for vsol_digital_curve_2d.
Definition at line 136 of file bgui_vsol2D_tableau.cxx.
bgui_vsol_soview2D_digital_curve * bgui_vsol2D_tableau::add_dotted_digital_curve | ( | vsol_digital_curve_2d_sptr const & | dc, |
const vgui_style_sptr & | style = NULL |
||
) |
display for vsol_digital_curve_2d (dotted).
Definition at line 151 of file bgui_vsol2D_tableau.cxx.
bgui_vsol_soview2D_edgel_curve * bgui_vsol2D_tableau::add_dotted_edgel_curve | ( | vdgl_digital_curve_sptr const & | dc, |
const vgui_style_sptr & | style = NULL |
||
) |
display for vdgl_digital_curve (dotted).
Definition at line 181 of file bgui_vsol2D_tableau.cxx.
bgui_vsol_soview2D_edgel_curve * bgui_vsol2D_tableau::add_edgel_curve | ( | vdgl_digital_curve_sptr const & | dc, |
const vgui_style_sptr & | style = NULL |
||
) |
display for vdgl_digital_curve.
Definition at line 166 of file bgui_vsol2D_tableau.cxx.
void bgui_vsol2D_tableau::add_spatial_object | ( | vsol_spatial_object_2d_sptr const & | sos, |
const vgui_style_sptr & | style = NULL |
||
) |
Definition at line 208 of file bgui_vsol2D_tableau.cxx.
void bgui_vsol2D_tableau::add_spatial_objects | ( | vcl_vector< vsol_spatial_object_2d_sptr > const & | sos, |
const vgui_style_sptr & | style = NULL |
||
) |
display methods for vectors of vsol classes (not grouped).
Definition at line 196 of file bgui_vsol2D_tableau.cxx.
bgui_vsol_soview2D_conic_seg * bgui_vsol2D_tableau::add_vsol_conic_2d | ( | vsol_conic_2d_sptr const & | conic, |
const vgui_style_sptr & | style = NULL |
||
) |
display for vsol_conic_2d.
Definition at line 78 of file bgui_vsol2D_tableau.cxx.
bgui_vsol_soview2D_line_seg * bgui_vsol2D_tableau::add_vsol_line_2d | ( | vsol_line_2d_sptr const & | line, |
const vgui_style_sptr & | style = NULL |
||
) |
display for vsol_line_2d.
Definition at line 63 of file bgui_vsol2D_tableau.cxx.
bgui_vsol_soview2D_point * bgui_vsol2D_tableau::add_vsol_point_2d | ( | vsol_point_2d_sptr const & | p, |
const vgui_style_sptr & | style = NULL |
||
) |
display for vsol_point_2d.
Definition at line 48 of file bgui_vsol2D_tableau.cxx.
bgui_vsol_soview2D_polygon * bgui_vsol2D_tableau::add_vsol_polygon_2d | ( | vsol_polygon_2d_sptr const & | pline, |
const vgui_style_sptr & | style = NULL |
||
) |
display for vsol_polygon_2d.
Definition at line 108 of file bgui_vsol2D_tableau.cxx.
bgui_vsol_soview2D_polygon_set * bgui_vsol2D_tableau::add_vsol_polygon_2d_set | ( | vsol_poly_set_2d_sptr const & | set, |
const vgui_style_sptr & | style = NULL |
||
) |
display for vsol_polygon_2d.
Definition at line 122 of file bgui_vsol2D_tableau.cxx.
bgui_vsol_soview2D_polyline * bgui_vsol2D_tableau::add_vsol_polyline_2d | ( | vsol_polyline_2d_sptr const & | pline, |
const vgui_style_sptr & | style = NULL |
||
) |
display for vsol_polyline_2d.
Definition at line 93 of file bgui_vsol2D_tableau.cxx.
void bgui_vsol2D_tableau::init | ( | ) | [protected] |
Reimplemented in bgui_vtol2D_tableau.
Definition at line 31 of file bgui_vsol2D_tableau.cxx.
void bgui_vsol2D_tableau::set_digital_curve_style | ( | const vgui_style_sptr & | style | ) |
Definition at line 311 of file bgui_vsol2D_tableau.cxx.
void bgui_vsol2D_tableau::set_dotted_digital_curve_style | ( | const vgui_style_sptr & | style | ) |
Definition at line 321 of file bgui_vsol2D_tableau.cxx.
void bgui_vsol2D_tableau::set_dotted_edgel_curve_style | ( | const vgui_style_sptr & | style | ) |
Definition at line 341 of file bgui_vsol2D_tableau.cxx.
void bgui_vsol2D_tableau::set_edgel_curve_style | ( | const vgui_style_sptr & | style | ) |
Definition at line 331 of file bgui_vsol2D_tableau.cxx.
void bgui_vsol2D_tableau::set_vsol_conic_2d_style | ( | const vgui_style_sptr & | style | ) |
void bgui_vsol2D_tableau::set_vsol_line_2d_style | ( | const vgui_style_sptr & | style | ) |
Definition at line 291 of file bgui_vsol2D_tableau.cxx.
void bgui_vsol2D_tableau::set_vsol_point_2d_style | ( | const vgui_style_sptr & | style | ) |
Definition at line 281 of file bgui_vsol2D_tableau.cxx.
void bgui_vsol2D_tableau::set_vsol_polyline_2d_style | ( | const vgui_style_sptr & | style | ) |
Definition at line 301 of file bgui_vsol2D_tableau.cxx.
void bgui_vsol2D_tableau::set_vsol_spatial_object_2d_style | ( | vsol_spatial_object_2d_sptr | sos, |
const vgui_style_sptr & | style | ||
) |
Methods for changing the default style of displayable objects.
Definition at line 269 of file bgui_vsol2D_tableau.cxx.
vcl_string bgui_vsol2D_tableau::type_name | ( | ) | const [inline, virtual] |
Returns the type of this tableau ('bgui_vsol2D_tableau').
Reimplemented from vgui_easy2D_tableau.
Reimplemented in bgui_vtol2D_tableau.
Definition at line 68 of file bgui_vsol2D_tableau.h.
vgui_style_sptr bgui_vsol2D_tableau::conic_style_ [protected] |
Definition at line 145 of file bgui_vsol2D_tableau.h.
Definition at line 147 of file bgui_vsol2D_tableau.h.
Definition at line 148 of file bgui_vsol2D_tableau.h.
Definition at line 150 of file bgui_vsol2D_tableau.h.
Definition at line 149 of file bgui_vsol2D_tableau.h.
vgui_style_sptr bgui_vsol2D_tableau::line_style_ [protected] |
Definition at line 144 of file bgui_vsol2D_tableau.h.
vgui_style_sptr bgui_vsol2D_tableau::point_style_ [protected] |
Default styles.
Definition at line 143 of file bgui_vsol2D_tableau.h.
vgui_style_sptr bgui_vsol2D_tableau::polyline_style_ [protected] |
Definition at line 146 of file bgui_vsol2D_tableau.h.