Parameters for drawing custom separator. More...
#include <MRUIStyle.h>
Public Attributes | |
| const ImGuiImage * | icon { nullptr } |
| optional icon in the left part of separator | |
| Vector2f | iconSize |
| size of icon | |
| std::string | label |
| label at the left part of separator (drawn after icon if present) | |
| std::string | suffix |
| framed text after label (might be used for some indications) | |
| std::optional< Color > | suffixFrameColor |
| color of background frame behind suffix (if not present default ImGuiCol_FrameBg is used) | |
| bool | forceImGuiSpacing = false |
| float | extraScale = 1 |
| The spacing is multiplied by this. | |
Parameters for drawing custom separator.