MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / ~ImGuiDockNode

Method ~ImGuiDockNode

extern/imgui/imgui.cpp:15254–15259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15252}
15253
15254ImGuiDockNode::~ImGuiDockNode()
15255{
15256 IM_DELETE(TabBar);
15257 TabBar = NULL;
15258 ChildNodes[0] = ChildNodes[1] = NULL;
15259}
15260
15261int ImGui::DockNodeGetTabOrder(ImGuiWindow* window)
15262{

Callers

nothing calls this directly

Calls 1

IM_DELETEFunction · 0.85

Tested by

no test coverage detected