|
bool | Combo (const char *label, int *idx, std::vector< std::string > &values) |
|
bool | Combo (const char *label, int *idx, std::function< const char *(int)> getter, int items_count) |
|
bool | ListBox (const char *label, int *idx, std::vector< std::string > &values) |
|
bool | InputText (const char *label, std::string &str, ImGuiInputTextFlags flags=0, ImGuiInputTextCallback callback=NULL, void *user_data=NULL) |
|
template<typename T > |
bool | SliderScalar (const char *label, T *value, T min=0, T max=0, const char *format="") |
|
template<typename Getter , typename Setter > |
bool | Checkbox (const char *label, Getter get, Setter set) |
|