ImGuiSettingsHandler

Undocumented in source.

Members

Variables

ApplyAllFn
void function(ImGuiContext*, ImGuiSettingsHandler*) ApplyAllFn;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ClearAllFn
void function(ImGuiContext*, ImGuiSettingsHandler*) ClearAllFn;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ReadInitFn
void function(ImGuiContext*, ImGuiSettingsHandler*) ReadInitFn;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ReadLineFn
void function(ImGuiContext*, ImGuiSettingsHandler*, void*, const(char)*) ReadLineFn;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ReadOpenFn
void* function(ImGuiContext*, ImGuiSettingsHandler*, const(char)*) ReadOpenFn;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TypeHash
uint TypeHash;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TypeName
const(char)* TypeName;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UserData
void* UserData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WriteAllFn
void function(ImGuiContext*, ImGuiSettingsHandler*, ImGuiTextBuffer*) WriteAllFn;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta