MCPcopy Create free account
hub / github.com/chrxh/alien / SetFilterText

Method SetFilterText

source/Gui/AlienImGui.cpp:1354–1359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1352}
1353
1354void AlienImGui::SetFilterText(std::string const& value)
1355{
1356 CHECK(_filterStack.size() < 10);
1357
1358 _filterStack.emplace_back(value);
1359}
1360
1361void AlienImGui::ResetFilterText()
1362{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected