This is the complete list of members for QuickActions, including all inherited members.
AddButton(std::string label, std::function< void()> callback) | QuickActions | inline |
AddCheckbox(std::string label, bool *value, ImColor bg=ImColor(0, 0, 0, 0), ImColor on=ImColor(0, 255, 0, 255), ImColor off=ImColor(255, 0, 0, 255)) | QuickActions | inline |
AddSlider(std::string label, float *value, float min, float max) | QuickActions | inline |
AddSlider(std::string label, int *value, int min, int max) | QuickActions | inline |
GetComponents() const | QuickActions | inline |
GetSize() | QuickActions | inline |