#include <MRUIStyle.h>
Public Attributes | |
ImGuiButtonFlags | flags = ImGuiButtonFlags_None |
bool | active = true |
bool | flatBackgroundColor = false |
bool | textUnderImage = true |
Public Attributes inherited from MR::UI::ButtonCustomizationParams | |
ImGuiImage * | customTexture = 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 . | |
bool MR::UI::ButtonIconCustomizationParams::active = true |
ImGuiButtonFlags MR::UI::ButtonIconCustomizationParams::flags = ImGuiButtonFlags_None |
bool MR::UI::ButtonIconCustomizationParams::flatBackgroundColor = false |
bool MR::UI::ButtonIconCustomizationParams::textUnderImage = true |