MCPcopy Create free account
hub / github.com/aiekick/ImGuiFileDialog / IGFD_RemovePlacesGroup

Function IGFD_RemovePlacesGroup

ImGuiFileDialog.cpp:5215–5220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5213}
5214
5215IGFD_C_API bool IGFD_RemovePlacesGroup(ImGuiFileDialog* vContextPtr, const char* vGroupName) {
5216 if (vContextPtr != nullptr) {
5217 return vContextPtr->RemovePlacesGroup(vGroupName);
5218 }
5219 return false;
5220}
5221
5222IGFD_C_API bool IGFD_AddPlace(ImGuiFileDialog* vContextPtr, const char* vGroupName, const char* vPlaceName, const char* vPlacePath, bool vCanBeSaved, const char* vIconText) {
5223 if (vContextPtr != nullptr) {

Callers

nothing calls this directly

Calls 1

RemovePlacesGroupMethod · 0.80

Tested by

no test coverage detected