#include <src/imgui/imgui_internal.h>
|
| const char * | TypeName |
| |
| ImGuiID | TypeHash |
| |
| void(* | ClearAllFn )(ImGuiContext *ctx, ImGuiSettingsHandler *handler) |
| |
| void(* | ReadInitFn )(ImGuiContext *ctx, ImGuiSettingsHandler *handler) |
| |
| void *(* | ReadOpenFn )(ImGuiContext *ctx, ImGuiSettingsHandler *handler, const char *name) |
| |
| void(* | ReadLineFn )(ImGuiContext *ctx, ImGuiSettingsHandler *handler, void *entry, const char *line) |
| |
| void(* | ApplyAllFn )(ImGuiContext *ctx, ImGuiSettingsHandler *handler) |
| |
| void(* | WriteAllFn )(ImGuiContext *ctx, ImGuiSettingsHandler *handler, ImGuiTextBuffer *out_buf) |
| |
| void * | UserData |
| |
◆ ImGuiSettingsHandler()
| ImGuiSettingsHandler::ImGuiSettingsHandler |
( |
| ) |
|
|
inline |
1284{ memset(this, 0, sizeof(*this)); }
◆ ApplyAllFn
◆ ClearAllFn
◆ ReadInitFn
◆ ReadLineFn
◆ ReadOpenFn
◆ TypeHash
| ImGuiID ImGuiSettingsHandler::TypeHash |
◆ TypeName
| const char* ImGuiSettingsHandler::TypeName |
◆ UserData
| void* ImGuiSettingsHandler::UserData |
◆ WriteAllFn
The documentation for this struct was generated from the following file: