MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::ImGuiMenu::SelectionInformationStyle Struct Reference

style constants used for the information panel More...

#include <ImGuiMenu.h>

Public Attributes

Color textColor
 value text color
 
Color labelColor
 property label color
 
Color selectedTextColor
 selected value text color
 
float itemWidth {}
 value item width
 
float item2Width {}
 value item width for two-segment field
 
float item3Width {}
 value item width for three-segment field
 

Detailed Description

style constants used for the information panel

Member Data Documentation

◆ item2Width

float MR::ImGuiMenu::SelectionInformationStyle::item2Width {}

value item width for two-segment field

◆ item3Width

float MR::ImGuiMenu::SelectionInformationStyle::item3Width {}

value item width for three-segment field

◆ itemWidth

float MR::ImGuiMenu::SelectionInformationStyle::itemWidth {}

value item width

◆ labelColor

Color MR::ImGuiMenu::SelectionInformationStyle::labelColor

property label color

◆ selectedTextColor

Color MR::ImGuiMenu::SelectionInformationStyle::selectedTextColor

selected value text color

◆ textColor

Color MR::ImGuiMenu::SelectionInformationStyle::textColor

value text color


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