MeshLib C++ Docs
Loading...
Searching...
No Matches
MRRibbonMenuUIConfig.h
Go to the documentation of this file.
1#pragma once
2#include <string>
3
4namespace MR
5{
8
9
16
18{
20 bool centerRibbonItems{ false };
21
22 bool drawScenePanel{ true };
23 bool drawToolbar{ true };
24 bool drawViewportTags{ true };
25 bool drawNotifications{ true };
26 bool drawSearchBar{ true };
27 std::string helpLink = "https:/// meshinspector.com/inapphelp/";
28
29 bool operator==( const RibbonMenuUIConfig& ) const = default;
30};
31
32}
std::string helpLink
help btn leads to this page, if empty - no help btn is drawn
Definition MRRibbonMenuUIConfig.h:27
RibbonTopPanelLayoutMode
Definition MRRibbonMenuUIConfig.h:11
RibbonTopPanelLayoutMode topLayout
how to show top panel
Definition MRRibbonMenuUIConfig.h:19
bool drawNotifications
if false - no notifications are drawn on screen
Definition MRRibbonMenuUIConfig.h:25
bool centerRibbonItems
if true - items on selected tab will be centered to have equal spacing from left and right (ignored t...
Definition MRRibbonMenuUIConfig.h:20
bool operator==(const RibbonMenuUIConfig &) const =default
bool drawToolbar
if false - toolbar will be hidden (ignored if top panel is hidden)
Definition MRRibbonMenuUIConfig.h:23
bool drawViewportTags
if false - window with viewport label and id will be hidden
Definition MRRibbonMenuUIConfig.h:24
bool drawScenePanel
if false - panel with scene tree, information and transform will be hidden
Definition MRRibbonMenuUIConfig.h:22
bool drawSearchBar
if false - hides search bar at the header panel of ribbon
Definition MRRibbonMenuUIConfig.h:26
@ RibbonWithTabs
both ribbon toolbar and tabs
@ RibbonNoTabs
show only icons from the first tab, without tabs panel
@ None
special value not to limit path in one slice
Definition MRVoxelPath.h:33
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
Definition MRRibbonMenuUIConfig.h:18