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

Method m_QuitThumbnailFrame

ImGuiFileDialog.cpp:2907–2914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2905}
2906
2907void IGFD::ThumbnailFeature::m_QuitThumbnailFrame(FileDialogInternal& vFileDialogInternal) {
2908#ifdef USE_THUMBNAILS
2909 m_StopThumbnailFileDatasExtraction();
2910 m_ClearThumbnails(vFileDialogInternal);
2911#else
2912 (void)vFileDialogInternal;
2913#endif
2914}
2915
2916#ifdef USE_THUMBNAILS
2917void IGFD::ThumbnailFeature::m_StartThumbnailFileDatasExtraction() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected