|
ngscopeclient v0.3
|
Implementation of Dialog. More...

Macros | |
| #define | CARRIAGE_RETURN_CHAR "⏎" |
| #define | DEFAULT_APPLY_BUTTON_COLOR "#4CCC4C" |
| #define | UNIT_SCALE 0.80f |
| #define | DIGIT_WIDTH_RATIO 0.50f |
| #define | UNIT_OVERLOAD_LABEL "Overload" |
Functions | |
| template bool | Dialog::renderEditableProperty< std::string > (float width, const std::string &label, std::string ¤tValue, std::string &committedValue, Unit unit, const char *tooltip, std::optional< ImVec4 > optcolor, bool allow7SegmentDisplay, bool explicitApply) |
| template bool | Dialog::renderEditablePropertyWithExplicitApply< std::string > (float width, const std::string &label, std::string ¤tValue, std::string &committedValue, Unit unit, const char *tooltip, std::optional< ImVec4 > optcolor, bool allow7SegmentDisplay) |
Implementation of Dialog.