MCPcopy Create free account

hub / github.com/aclysma/imgui-inspect / types & classes

Types & classes22 in github.com/aclysma/imgui-inspect

↓ 1 callersClassColor
imgui-inspect-demo/src/color.rs:17
ClassColor4f
imgui-inspect-demo/src/color.rs:7
ClassDebugVertex
imgui-inspect-demo/src/renderer.rs:8
ClassExampleInspectTarget
imgui-inspect-demo/src/main.rs:17
ClassImguiManager
imgui-inspect-demo/src/imgui_support.rs:49
ClassInner
Inner state for ImguiManager, which will be protected by a Mutex. Mutex protection required since this object is Send but not Sync
imgui-inspect-demo/src/imgui_support.rs:8
ClassInspectArgsDefault
imgui-inspect-derive/src/inspect_macro/args/default_args.rs:66
ClassInspectArgsDefault
imgui-inspect/src/default/mod.rs:19
ClassInspectArgsSlider
imgui-inspect-derive/src/inspect_macro/args/slider_args.rs:55
ClassInspectArgsSlider
imgui-inspect/src/slider/mod.rs:10
ClassInspectArgsStruct
imgui-inspect-derive/src/inspect_macro/args/struct_args.rs:64
ClassInspectArgsStruct
imgui-inspect/src/lib.rs:9
InterfaceInspectFieldArgs
We support multiple distinct inspect annotations (i.e. inspect_slider, inspect_text) Each distinct type will have a struct for capturing the metadata.
imgui-inspect-derive/src/inspect_macro/args/mod.rs:33
ClassInspectFieldArgsDefault
imgui-inspect-derive/src/inspect_macro/args/default_args.rs:10
ClassInspectFieldArgsSlider
imgui-inspect-derive/src/inspect_macro/args/slider_args.rs:10
ClassInspectFieldArgsStruct
imgui-inspect-derive/src/inspect_macro/args/struct_args.rs:10
InterfaceInspectRenderDefault
Renders a value using the default widget
imgui-inspect/src/default/mod.rs:40
InterfaceInspectRenderSlider
Renders a value as a slider
imgui-inspect/src/slider/mod.rs:28
InterfaceInspectRenderStruct
Renders a struct (i.e. draw all of its subfields). Most traits are implemented by hand-written code, but this trait is normally generated by putting `
imgui-inspect/src/lib.rs:25
ClassInspectStructArgs
imgui-inspect-derive/src/inspect_macro/args/mod.rs:26
ClassParsedField
imgui-inspect-derive/src/inspect_macro/mod.rs:15
ClassRenderer
Vulkan renderer that creates and manages the vulkan instance, device, swapchain, and render passes.
imgui-inspect-demo/src/renderer.rs:31