MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::UI::ButtonCustomizationParams Struct Reference

parameters to customize buttonEx More...

#include <MRUIStyle.h>

Public Attributes

bool enabled = true
 If false, the button is grayed out and can't be clicked.
 
ImGuiButtonFlags flags = ImGuiButtonFlags_None
 imgui flags for this button
 
ImGuiImagecustomTexture = nullptr
 
bool forceImGuiBackground = false
 force use imgui background if !customTexture
 
bool forceImguiTextColor = false
 force use if ImGuiCol_Text for text
 
bool border = false
 show border or not
 
bool underlineFirstLetter = false
 draw line under first letter of label
 
bool enableTestEngine = true
 Allow interacting with this button from UI::TestEngine.
 
std::string testEngineName
 if not empty, force use this string as name in TestEngine
 

Detailed Description

parameters to customize buttonEx


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