Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1259
void IGFD::FilterInfos::setCollectionTitle(const std::string& vTitle) {
1260
title = vTitle;
1261
}
1262
1263
void IGFD::FilterInfos::addFilter(const std::string& vFilter, const bool vIsRegex) {
1264
setCollectionTitle(vFilter);
Callers
1
ParseFilters
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected