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

Class PlaceStruct

ImGuiFileDialog.h:789–796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

787#ifdef USE_PLACES_FEATURE
788private:
789 struct PlaceStruct {
790 std::string name; // name of the place
791 // todo: the path could be relative, better if the app is moved but place path can be outside of the app
792 std::string path; // absolute path of the place
793 bool canBeSaved = true; // defined by code, can be used for prevent serialization / deserialization
794 FileStyle style;
795 float thickness = 0.0f; // when more than 0.0f, is a separator
796 };
797
798 struct GroupStruct {
799 bool canBeSaved = false; // defined by code, can be used for prevent serialization / deserialization

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected