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*, ImGuiSettingsHandler*) ApplyAllFn;
Undocumented in source.
ClearAllFn
void function(ImGuiContext*, ImGuiSettingsHandler*) ClearAllFn;
Undocumented in source.
ReadInitFn
void function(ImGuiContext*, ImGuiSettingsHandler*) ReadInitFn;
Undocumented in source.
ReadLineFn
void function(ImGuiContext*, ImGuiSettingsHandler*, void*, const(char)*) ReadLineFn;
Undocumented in source.
ReadOpenFn
void* function(ImGuiContext*, ImGuiSettingsHandler*, const(char)*) ReadOpenFn;
Undocumented in source.
TypeHash
uint TypeHash;
Undocumented in source.
TypeName
const(char)* TypeName;
Undocumented in source.
UserData
void* UserData;
Undocumented in source.
WriteAllFn
void function(ImGuiContext*, ImGuiSettingsHandler*, ImGuiTextBuffer*) WriteAllFn;
Undocumented in source.

Meta