This is the complete list of members for BaseSectionRenderer, including all inherited members.
| render(const std::string §ionName, nlohmann::json §ionData, bool &isCapturing, std::string &capturingKeyName, ImGuiFileDialog *fileDialog, bool defaultOpen=false, bool &isDialogOpen= *(new bool(false)), std::string &dialogKey= *(new std::string()))=0 (defined in ISectionRenderer) | ISectionRenderer | pure virtual |
| renderBool(const std::string &key, nlohmann::json &value, const std::string §ionName) (defined in BaseSectionRenderer) | BaseSectionRenderer | inlineprotected |
| renderColor(const std::string &key, nlohmann::json &value, const std::string §ionName) (defined in BaseSectionRenderer) | BaseSectionRenderer | inlineprotected |
| renderFloat(const std::string &key, nlohmann::json &value, const std::string §ionName, float minVal=0.0f, float maxVal=1.0f, const char *format="%.2f") (defined in BaseSectionRenderer) | BaseSectionRenderer | inlineprotected |
| renderInt(const std::string &key, nlohmann::json &value, const std::string §ionName, int minVal=0, int maxVal=10000) (defined in BaseSectionRenderer) | BaseSectionRenderer | inlineprotected |
| renderKeybind(const std::string &key, nlohmann::json &value, const std::string §ionName, bool &isCapturing, std::string &capturingKeyName) (defined in BaseSectionRenderer) | BaseSectionRenderer | inlineprotected |
| renderPathOrExecutable(const std::string &key, nlohmann::json &value, const std::string §ionName, ImGuiFileDialog *fileDialog, bool &isDialogOpen, std::string &dialogKey) (defined in BaseSectionRenderer) | BaseSectionRenderer | inlineprotected |
| renderRotation(const std::string &key, nlohmann::json &value, const std::string §ionName) (defined in BaseSectionRenderer) | BaseSectionRenderer | inlineprotected |
| renderString(const std::string &key, nlohmann::json &value, const std::string §ionName) (defined in BaseSectionRenderer) | BaseSectionRenderer | inlineprotected |
| snapToStep(int value) (defined in BaseSectionRenderer) | BaseSectionRenderer | inlineprotected |
| ~ISectionRenderer()=default (defined in ISectionRenderer) | ISectionRenderer | virtual |