MCPcopy Create free account
hub / github.com/clementgallet/libTAS / GetID

Method GetID

src/external/imgui/imgui.cpp:3750–3758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3748}
3749
3750ImGuiID ImGuiWindow::GetID(const char* str, const char* str_end)
3751{
3752 ImGuiID seed = IDStack.back();
3753 ImGuiID id = ImHashStr(str, str_end ? (str_end - str) : 0, seed);
3754 ImGuiContext& g = *Ctx;
3755 if (g.DebugHookIdInfo == id)
3756 ImGui::DebugHookIdInfo(id, ImGuiDataType_String, str, str_end);
3757 return id;
3758}
3759
3760ImGuiID ImGuiWindow::GetID(const void* ptr)
3761{

Callers 15

TableHeaderMethod · 0.80
GetColumnsIDMethod · 0.80
GetPlotFunction · 0.80
BeginPlotFunction · 0.80
BeginSubplotsFunction · 0.80
DragPointFunction · 0.80
DragLineXFunction · 0.80
DragLineYFunction · 0.80
DragRectFunction · 0.80
BeginAlignedPlotsFunction · 0.80
ColormapScaleFunction · 0.80
BeginChildMethod · 0.80

Calls 3

ImHashStrFunction · 0.85
ImHashDataFunction · 0.85
backMethod · 0.80

Tested by

no test coverage detected