#include <MRRibbonMenuUIConfig.h>
|
| RibbonTopPanelLayoutMode | topLayout { RibbonTopPanelLayoutMode::RibbonWithTabs } |
| | how to show top panel
|
| |
| bool | centerRibbonItems { false } |
| | if true - items on selected tab will be centered to have equal spacing from left and right (ignored top panel is hidden)
|
| |
| bool | drawScenePanel { true } |
| | if false - panel with scene tree, information and transform will be hidden
|
| |
| bool | drawToolbar { true } |
| | if false - toolbar will be hidden (ignored if top panel is hidden)
|
| |
| bool | drawViewportTags { true } |
| | if false - window with viewport label and id will be hidden
|
| |
| bool | drawNotifications { true } |
| | if false - no notifications are drawn on screen
|
| |
| bool | drawSearchBar { true } |
| | if false - hides search bar at the header panel of ribbon
|
| |
| std::string | helpLink = "https://meshinspector.com/inapphelp/" |
| | help btn leads to this page, if empty - no help btn is drawn
|
| |
◆ operator==()
◆ centerRibbonItems
| bool MR::RibbonMenuUIConfig::centerRibbonItems { false } |
if true - items on selected tab will be centered to have equal spacing from left and right (ignored top panel is hidden)
◆ drawNotifications
| bool MR::RibbonMenuUIConfig::drawNotifications { true } |
if false - no notifications are drawn on screen
◆ drawScenePanel
| bool MR::RibbonMenuUIConfig::drawScenePanel { true } |
if false - panel with scene tree, information and transform will be hidden
◆ drawSearchBar
| bool MR::RibbonMenuUIConfig::drawSearchBar { true } |
if false - hides search bar at the header panel of ribbon
◆ drawToolbar
| bool MR::RibbonMenuUIConfig::drawToolbar { true } |
if false - toolbar will be hidden (ignored if top panel is hidden)
◆ drawViewportTags
| bool MR::RibbonMenuUIConfig::drawViewportTags { true } |
if false - window with viewport label and id will be hidden
◆ helpLink
| std::string MR::RibbonMenuUIConfig::helpLink = "https://meshinspector.com/inapphelp/" |
help btn leads to this page, if empty - no help btn is drawn
◆ topLayout
| RibbonTopPanelLayoutMode MR::RibbonMenuUIConfig::topLayout { RibbonTopPanelLayoutMode::RibbonWithTabs } |
The documentation for this struct was generated from the following file: