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

Method ~ImGuiWindow

extern/imgui/imgui.cpp:3500–3505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3498}
3499
3500ImGuiWindow::~ImGuiWindow()
3501{
3502 IM_ASSERT(DrawList == &DrawListInst);
3503 IM_DELETE(Name);
3504 ColumnsStorage.clear_destruct();
3505}
3506
3507ImGuiID ImGuiWindow::GetID(const char* str, const char* str_end)
3508{

Callers

nothing calls this directly

Calls 1

IM_DELETEFunction · 0.85

Tested by

no test coverage detected