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

Method m_NewThumbnailFrame

ImGuiFileDialog.cpp:2893–2897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2891IGFD::ThumbnailFeature::~ThumbnailFeature() = default;
2892
2893void IGFD::ThumbnailFeature::m_NewThumbnailFrame(FileDialogInternal& /*vFileDialogInternal*/) {
2894#ifdef USE_THUMBNAILS
2895 m_StartThumbnailFileDatasExtraction();
2896#endif
2897}
2898
2899void IGFD::ThumbnailFeature::m_EndThumbnailFrame(FileDialogInternal& vFileDialogInternal) {
2900#ifdef USE_THUMBNAILS

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected