MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / DockContextQueueNotifyRemovedNode

Method DockContextQueueNotifyRemovedNode

imgui_tiny_app/imgui/imgui.cpp:18272–18278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18270}
18271
18272void ImGui::DockContextQueueNotifyRemovedNode(ImGuiContext* ctx, ImGuiDockNode* node)
18273{
18274 ImGuiDockContext* dc = &ctx->DockContext;
18275 for (ImGuiDockRequest& req : dc->Requests)
18276 if (req.DockTargetNode == node)
18277 req.Type = ImGuiDockRequestType_None;
18278}
18279
18280void ImGui::DockContextProcessDock(ImGuiContext* ctx, ImGuiDockRequest* req)
18281{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected