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

Method PlacesFeature

ImGuiFileDialog.cpp:3138–3143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3136#endif // USE_THUMBNAILS
3137
3138IGFD::PlacesFeature::PlacesFeature() {
3139#ifdef USE_PLACES_FEATURE
3140 m_PlacesPaneWidth = defaultPlacePaneWith;
3141 m_PlacesPaneShown = PLACES_PANE_DEFAULT_SHOWN;
3142#endif // USE_PLACES_FEATURE
3143}
3144
3145#ifdef USE_PLACES_FEATURE
3146void IGFD::PlacesFeature::m_InitPlaces(FileDialogInternal& vFileDialogInternal) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected