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::app::overlay::gui_options_t::allow_alignment = true |
whether to show the alignment options (show_layout_options must be enabled)
Definition at line 96 of file overlay.h.
Referenced by cgv::app::overlay::create_layout_gui().
bool cgv::app::overlay::gui_options_t::allow_margin = true |
whether to show the margin options (show_layout_options must be enabled)
Definition at line 100 of file overlay.h.
Referenced by cgv::app::overlay::create_layout_gui().
bool cgv::app::overlay::gui_options_t::allow_stretch = true |
whether to show the stretch options (show_layout_options must be enabled)
Definition at line 98 of file overlay.h.
Referenced by cgv::app::overlay::create_layout_gui().
bool cgv::app::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 90 of file overlay.h.
Referenced by cgv::app::overlay::create_gui().
bool cgv::app::overlay::gui_options_t::show_heading = false |
bool cgv::app::overlay::gui_options_t::show_layout_options = true |
whether to show the layout options
Definition at line 94 of file overlay.h.
Referenced by cgv::app::overlay::create_layout_gui().