Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiekick/ImGuiFileDialog
/ end
Method
end
ImGuiFileDialog.h:283–285 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
281
return m_Array.begin();
282
}
283
typename std::vector<T>::iterator end() {
284
return m_Array.end();
285
}
286
typename std::vector<T>::const_iterator end() const {
287
return m_Array.end();
288
}
Callers
10
GetFileStyle
Method · 0.80
m_SortFields
Method · 0.80
IsFileNameSelected
Method · 0.80
SetPathOnParentDirectoryIfAny
Method · 0.80
SelectOrDeselectFileName
Method · 0.80
DrawPathComposer
Method · 0.80
RemovePlacesGroup
Method · 0.80
GetPlacesGroupPtr
Method · 0.80
RemovePlace
Method · 0.80
exist
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected