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

Method GetFilteredPathAt

ImGuiFileDialog.cpp:2218–2221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2216}
2217
2218std::shared_ptr<IGFD::FileInfos> IGFD::FileManager::GetFilteredPathAt(size_t vIdx) {
2219 if (vIdx < m_FilteredPathList.size()) return m_FilteredPathList[vIdx];
2220 return nullptr;
2221}
2222
2223std::vector<std::string>::iterator IGFD::FileManager::GetCurrentPopupComposedPath() const {
2224 return m_PopupComposedPath;

Callers 1

m_DisplayPathPopupMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected