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

Method m_AddThumbnailToDestroy

ImGuiFileDialog.cpp:3054–3059  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3052}
3053
3054void IGFD::ThumbnailFeature::m_AddThumbnailToDestroy(const IGFD_Thumbnail_Info& vIGFD_Thumbnail_Info) {
3055 // write => thread concurency issues
3056 m_ThumbnailToDestroyMutex.lock();
3057 m_ThumbnailToDestroy.push_back(vIGFD_Thumbnail_Info);
3058 m_ThumbnailToDestroyMutex.unlock();
3059}
3060
3061void IGFD::ThumbnailFeature::m_DrawDisplayModeToolBar() {
3062 if (IMGUI_RADIO_BUTTON(DisplayMode_FilesList_ButtonString, m_DisplayMode == DisplayModeEnum::FILE_LIST)) m_DisplayMode = DisplayModeEnum::FILE_LIST;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected