|
cgv
|
Public Attributes | |
| std::string | heading = "" |
| bool | create_default_tree_node = true |
| if true the overlay GUI will be placed inside a collapsible tree node | |
| bool | show_heading = false |
| whether to show the overlay name as a heading | |
| bool | show_layout_options = true |
| whether to show the layout options | |
| bool | allow_alignment = true |
| whether to show the alignment options (show_layout_options must be enabled) | |
| bool | allow_stretch = true |
| whether to show the stretch options (show_layout_options must be enabled) | |
| bool | allow_margin = true |
| whether to show the margin options (show_layout_options must be enabled) | |
| bool cgv::overlay::overlay::gui_options_t::allow_alignment = true |
whether to show the alignment options (show_layout_options must be enabled)
Definition at line 52 of file overlay.h.
Referenced by cgv::overlay::overlay::create_layout_gui().
| bool cgv::overlay::overlay::gui_options_t::allow_margin = true |
whether to show the margin options (show_layout_options must be enabled)
Definition at line 56 of file overlay.h.
Referenced by cgv::overlay::overlay::create_layout_gui().
| bool cgv::overlay::overlay::gui_options_t::allow_stretch = true |
whether to show the stretch options (show_layout_options must be enabled)
Definition at line 54 of file overlay.h.
Referenced by cgv::overlay::overlay::create_layout_gui().
| bool cgv::overlay::overlay::gui_options_t::create_default_tree_node = true |
if true the overlay GUI will be placed inside a collapsible tree node
Definition at line 46 of file overlay.h.
Referenced by cgv::overlay::overlay::create_gui().
| std::string cgv::overlay::overlay::gui_options_t::heading = "" |
| bool cgv::overlay::overlay::gui_options_t::show_heading = false |
| bool cgv::overlay::overlay::gui_options_t::show_layout_options = true |
whether to show the layout options
Definition at line 50 of file overlay.h.
Referenced by cgv::overlay::overlay::create_layout_gui().