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

Method AddPlaceSeparator

ImGuiFileDialog.cpp:3349–3353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3347}
3348
3349void IGFD::PlacesFeature::GroupStruct::AddPlaceSeparator(const float& vThickness) {
3350 PlaceStruct place;
3351 place.thickness = vThickness;
3352 places.push_back(place);
3353}
3354
3355bool IGFD::PlacesFeature::GroupStruct::RemovePlace(const std::string& vPlaceName) {
3356 if (vPlaceName.empty()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected