MCPcopy Create free account
hub / github.com/AlexandreRouma/SDRPlusPlus / Draw

Method Draw

core/src/imgui/imgui.cpp:2038–2046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2036}
2037
2038bool ImGuiTextFilter::Draw(const char* label, float width)
2039{
2040 if (width != 0.0f)
2041 ImGui::SetNextItemWidth(width);
2042 bool value_changed = ImGui::InputText(label, InputBuf, IM_ARRAYSIZE(InputBuf));
2043 if (value_changed)
2044 Build();
2045 return value_changed;
2046}
2047
2048void ImGuiTextFilter::ImGuiTextRange::split(char separator, ImVector<ImGuiTextRange>* out) const
2049{

Callers 5

ShowDemoWindowMiscFunction · 0.80
ShowStyleEditorMethod · 0.80
DrawFunction · 0.80
ShowExampleAppConsoleFunction · 0.80
ShowExampleAppLogFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected