MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / setCollectionTitle

Method setCollectionTitle

external/ImGuiFileDialog/ImGuiFileDialog.cpp:1259–1261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1257}
1258
1259void IGFD::FilterInfos::setCollectionTitle(const std::string& vTitle) {
1260 title = vTitle;
1261}
1262
1263void IGFD::FilterInfos::addFilter(const std::string& vFilter, const bool vIsRegex) {
1264 setCollectionTitle(vFilter);

Callers 1

ParseFiltersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected