cgv
Loading...
Searching...
No Matches
cgv::app::overlay::gui_options_t Struct Reference

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)
 

Detailed Description

Definition at line 87 of file overlay.h.

Member Data Documentation

◆ allow_alignment

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().

◆ allow_margin

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().

◆ allow_stretch

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().

◆ create_default_tree_node

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().

◆ heading

std::string cgv::app::overlay::gui_options_t::heading = ""

Definition at line 88 of file overlay.h.

◆ show_heading

bool cgv::app::overlay::gui_options_t::show_heading = false

whether to show the overlay name as a heading

Definition at line 92 of file overlay.h.

◆ show_layout_options

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().


The documentation for this struct was generated from the following file: