|
| void | UnDisable () |
| |
| void | ReDisable () |
| |
| bool | IsDisabled () |
| |
| bool | InputFixed (const char *str, fixed *val, double step=0.01, double step_fast=0.1, const char *format="%.4f", ImGuiInputTextFlags flags=0) |
| |
| bool | InputInt (const char *label, int *v, int step, int step_fast, const char *format, ImGuiInputTextFlags flags=0) |
| |
| void | AlignTextToLineHeight (float lineHeight=-1.0f) |
| |
| void | AddWindowPadding (ImVec2 padding) |
| |
| float | GetLineHeight () |
| |
| ImVec2 | GetWindowContentSize (const char *name) |
| |
| IMGUI_API void | Value (const char *prefix, const std::string &str) |
| |