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

Method GetPlacesGroupPtr

external/ImGuiFileDialog/ImGuiFileDialog.cpp:3390–3395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3388}
3389
3390IGFD::PlacesFeature::GroupStruct* IGFD::PlacesFeature::GetPlacesGroupPtr(const std::string& vGroupName) {
3391 if (m_Groups.find(vGroupName) != m_Groups.end()) {
3392 return m_Groups.at(vGroupName).get();
3393 }
3394 return nullptr;
3395}
3396
3397bool IGFD::PlacesFeature::GroupStruct::AddPlace(const std::string& vPlaceName, const std::string& vPlacePath, const bool vCanBeSaved, const FileStyle& vStyle) {
3398 if (vPlaceName.empty() || vPlacePath.empty()) {

Callers 2

IGFD_AddPlaceFunction · 0.80
IGFD_RemovePlaceFunction · 0.80

Calls 4

atMethod · 0.80
findMethod · 0.45
endMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected