#include <imgui_internal.h>
Public Member Functions | |
| ImGuiSettingsHandler () | |
Public Attributes | |
| void(* | ReadLineFn )(ImGuiContext *ctx, ImGuiSettingsHandler *handler, void *entry, const char *line) |
| void *(* | ReadOpenFn )(ImGuiContext *ctx, ImGuiSettingsHandler *handler, const char *name) |
| ImGuiID | TypeHash |
| const char * | TypeName |
| void * | UserData |
| void(* | WriteAllFn )(ImGuiContext *ctx, ImGuiSettingsHandler *handler, ImGuiTextBuffer *out_buf) |
Definition at line 562 of file imgui_internal.h.
|
inline |
Definition at line 571 of file imgui_internal.h.
| void(* ImGuiSettingsHandler::ReadLineFn) (ImGuiContext *ctx, ImGuiSettingsHandler *handler, void *entry, const char *line) |
Definition at line 567 of file imgui_internal.h.
| void*(* ImGuiSettingsHandler::ReadOpenFn) (ImGuiContext *ctx, ImGuiSettingsHandler *handler, const char *name) |
Definition at line 566 of file imgui_internal.h.
| ImGuiID ImGuiSettingsHandler::TypeHash |
Definition at line 565 of file imgui_internal.h.
| const char* ImGuiSettingsHandler::TypeName |
Definition at line 564 of file imgui_internal.h.
| void* ImGuiSettingsHandler::UserData |
Definition at line 569 of file imgui_internal.h.
| void(* ImGuiSettingsHandler::WriteAllFn) (ImGuiContext *ctx, ImGuiSettingsHandler *handler, ImGuiTextBuffer *out_buf) |
Definition at line 568 of file imgui_internal.h.