MCPcopy Create free account
hub / github.com/OpenSpace/OpenSpace / Begin

Method Begin

modules/imgui/ext/imgui/imgui.cpp:2247–2263  ·  view source on GitHub ↗

Use case A: Begin() called from constructor with items_height<0, then called again from Step() in StepNo 1 Use case B: Begin() called from constructor with items_height>0 FIXME-LEGACY: Ideally we should remove the Begin/End functions but they are part of the legacy API we still support. This is why some of the code in Step() calling Begin() and reassign some fields, spaghetti style.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

DebugNodeDrawListMethod · 0.80
ListBoxMethod · 0.80
ShowDemoWindowTablesFunction · 0.80
ShowDemoWindowColumnsFunction · 0.80
DrawFunction · 0.80
ShowExampleAppLongTextFunction · 0.80

Calls 15

CreateNewWindowFunction · 0.85
ImLengthSqrFunction · 0.85
ImVec2Class · 0.85
ImVec4Class · 0.85
ImStrdupcpyFunction · 0.85
CalcWindowContentSizesFunction · 0.85
SetCurrentWindowFunction · 0.85
ImMaxFunction · 0.85
CalcWindowAutoFitSizeFunction · 0.85
ClampWindowRectFunction · 0.85

Tested by

no test coverage detected