{ "defines": [], "enums": [], "typedefs": [ { "name": "ImDrawIdx", "type": { "declaration": "unsigned short", "description": { "kind": "Builtin", "builtin_type": "unsigned_short" } }, "comments": { "attached": "// Default: 16-bit (for maximum compatibility with renderer backends)" }, "conditionals": [ { "condition": "ifndef", "expression": "ImDrawIdx" } ], "is_internal": false, "source_location": { "filename": "imgui_impl_allegro5.h" } } ], "structs": [ { "name": "ALLEGRO_DISPLAY", "original_fully_qualified_name": "ALLEGRO_DISPLAY", "kind": "struct", "by_value": false, "forward_declaration": true, "is_anonymous": false, "fields": [], "is_internal": false, "source_location": { "filename": "imgui_impl_allegro5.h", "line": 27 } }, { "name": "ALLEGRO_EVENT", "original_fully_qualified_name": "ALLEGRO_EVENT", "kind": "union", "by_value": false, "forward_declaration": true, "is_anonymous": false, "fields": [], "is_internal": false, "source_location": { "filename": "imgui_impl_allegro5.h", "line": 28 } }, { "name": "ImDrawData", "original_fully_qualified_name": "ImDrawData", "kind": "struct", "by_value": false, "forward_declaration": true, "is_anonymous": false, "fields": [], "is_internal": false, "source_location": { "filename": "imgui_impl_allegro5.h", "line": 1 } } ], "functions": [ { "name": "cImGui_ImplAllegro5_Init", "original_fully_qualified_name": "ImGui_ImplAllegro5_Init", "return_type": { "declaration": "bool", "description": { "kind": "Builtin", "builtin_type": "bool" } }, "arguments": [ { "name": "display", "type": { "declaration": "ALLEGRO_DISPLAY*", "description": { "kind": "Pointer", "inner_type": { "kind": "User", "name": "ALLEGRO_DISPLAY" } } }, "is_array": false, "is_varargs": false, "is_instance_pointer": false } ], "is_default_argument_helper": false, "is_manual_helper": false, "is_imstr_helper": false, "has_imstr_helper": false, "is_unformatted_helper": false, "is_static": false, "comments": { "preceding": [ "// Follow \"Getting Started\" link and check examples/ folder to learn about using backends!" ] }, "is_internal": false, "source_location": { "filename": "imgui_impl_allegro5.h", "line": 31 } }, { "name": "cImGui_ImplAllegro5_Shutdown", "original_fully_qualified_name": "ImGui_ImplAllegro5_Shutdown", "return_type": { "declaration": "void", "description": { "kind": "Builtin", "builtin_type": "void" } }, "arguments": [], "is_default_argument_helper": false, "is_manual_helper": false, "is_imstr_helper": false, "has_imstr_helper": false, "is_unformatted_helper": false, "is_static": false, "is_internal": false, "source_location": { "filename": "imgui_impl_allegro5.h", "line": 32 } }, { "name": "cImGui_ImplAllegro5_NewFrame", "original_fully_qualified_name": "ImGui_ImplAllegro5_NewFrame", "return_type": { "declaration": "void", "description": { "kind": "Builtin", "builtin_type": "void" } }, "arguments": [], "is_default_argument_helper": false, "is_manual_helper": false, "is_imstr_helper": false, "has_imstr_helper": false, "is_unformatted_helper": false, "is_static": false, "is_internal": false, "source_location": { "filename": "imgui_impl_allegro5.h", "line": 33 } }, { "name": "cImGui_ImplAllegro5_RenderDrawData", "original_fully_qualified_name": "ImGui_ImplAllegro5_RenderDrawData", "return_type": { "declaration": "void", "description": { "kind": "Builtin", "builtin_type": "void" } }, "arguments": [ { "name": "draw_data", "type": { "declaration": "ImDrawData*", "description": { "kind": "Pointer", "inner_type": { "kind": "User", "name": "ImDrawData" } } }, "is_array": false, "is_varargs": false, "is_instance_pointer": false } ], "is_default_argument_helper": false, "is_manual_helper": false, "is_imstr_helper": false, "has_imstr_helper": false, "is_unformatted_helper": false, "is_static": false, "is_internal": false, "source_location": { "filename": "imgui_impl_allegro5.h", "line": 34 } }, { "name": "cImGui_ImplAllegro5_ProcessEvent", "original_fully_qualified_name": "ImGui_ImplAllegro5_ProcessEvent", "return_type": { "declaration": "bool", "description": { "kind": "Builtin", "builtin_type": "bool" } }, "arguments": [ { "name": "event", "type": { "declaration": "ALLEGRO_EVENT*", "description": { "kind": "Pointer", "inner_type": { "kind": "User", "name": "ALLEGRO_EVENT" } } }, "is_array": false, "is_varargs": false, "is_instance_pointer": false } ], "is_default_argument_helper": false, "is_manual_helper": false, "is_imstr_helper": false, "has_imstr_helper": false, "is_unformatted_helper": false, "is_static": false, "is_internal": false, "source_location": { "filename": "imgui_impl_allegro5.h", "line": 35 } }, { "name": "cImGui_ImplAllegro5_SetDisplay", "original_fully_qualified_name": "ImGui_ImplAllegro5_SetDisplay", "return_type": { "declaration": "void", "description": { "kind": "Builtin", "builtin_type": "void" } }, "arguments": [ { "name": "display", "type": { "declaration": "ALLEGRO_DISPLAY*", "description": { "kind": "Pointer", "inner_type": { "kind": "User", "name": "ALLEGRO_DISPLAY" } } }, "is_array": false, "is_varargs": false, "is_instance_pointer": false } ], "is_default_argument_helper": false, "is_manual_helper": false, "is_imstr_helper": false, "has_imstr_helper": false, "is_unformatted_helper": false, "is_static": false, "is_internal": false, "source_location": { "filename": "imgui_impl_allegro5.h", "line": 36 } }, { "name": "cImGui_ImplAllegro5_CreateDeviceObjects", "original_fully_qualified_name": "ImGui_ImplAllegro5_CreateDeviceObjects", "return_type": { "declaration": "bool", "description": { "kind": "Builtin", "builtin_type": "bool" } }, "arguments": [], "is_default_argument_helper": false, "is_manual_helper": false, "is_imstr_helper": false, "has_imstr_helper": false, "is_unformatted_helper": false, "is_static": false, "comments": { "preceding": [ "// Use if you want to reset your rendering device without losing Dear ImGui state." ] }, "is_internal": false, "source_location": { "filename": "imgui_impl_allegro5.h", "line": 39 } }, { "name": "cImGui_ImplAllegro5_InvalidateDeviceObjects", "original_fully_qualified_name": "ImGui_ImplAllegro5_InvalidateDeviceObjects", "return_type": { "declaration": "void", "description": { "kind": "Builtin", "builtin_type": "void" } }, "arguments": [], "is_default_argument_helper": false, "is_manual_helper": false, "is_imstr_helper": false, "has_imstr_helper": false, "is_unformatted_helper": false, "is_static": false, "is_internal": false, "source_location": { "filename": "imgui_impl_allegro5.h", "line": 40 } }, { "name": "cImGui_ImplAllegro5_UpdateTexture", "original_fully_qualified_name": "ImGui_ImplAllegro5_UpdateTexture", "return_type": { "declaration": "void", "description": { "kind": "Builtin", "builtin_type": "void" } }, "arguments": [ { "name": "tex", "type": { "declaration": "ImTextureData*", "description": { "kind": "Pointer", "inner_type": { "kind": "User", "name": "ImTextureData" } } }, "is_array": false, "is_varargs": false, "is_instance_pointer": false } ], "is_default_argument_helper": false, "is_manual_helper": false, "is_imstr_helper": false, "has_imstr_helper": false, "is_unformatted_helper": false, "is_static": false, "comments": { "preceding": [ "// (Advanced) Use e.g. if you need to precisely control the timing of texture updates (e.g. for staged rendering), by setting ImDrawData::Textures = nullptr to handle this manually." ] }, "is_internal": false, "source_location": { "filename": "imgui_impl_allegro5.h", "line": 43 } } ] }