ImGuiSettingsHandler

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

ApplyAllFn
void function(ImGuiContext* ctx, ImGuiSettingsHandler* handler) ApplyAllFn;
Undocumented in source.
ClearAllFn
void function(ImGuiContext* ctx, ImGuiSettingsHandler* handler) ClearAllFn;
Undocumented in source.
ReadInitFn
void function(ImGuiContext* ctx, ImGuiSettingsHandler* handler) ReadInitFn;
Undocumented in source.
ReadLineFn
void function(ImGuiContext* ctx, ImGuiSettingsHandler* handler, void* entry, const(char)* line) ReadLineFn;
Undocumented in source.
ReadOpenFn
void* function(ImGuiContext* ctx, ImGuiSettingsHandler* handler, const(char)* name) ReadOpenFn;
Undocumented in source.
TypeHash
ImGuiID TypeHash;
Undocumented in source.
TypeName
const(char)* TypeName;
Undocumented in source.
UserData
void* UserData;
Undocumented in source.
WriteAllFn
void function(ImGuiContext* ctx, ImGuiSettingsHandler* handler, ImGuiTextBuffer* out_buf) WriteAllFn;
Undocumented in source.

Meta