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

Method SetContent

ImGuiFileDialog.cpp:1721–1723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1719IGFD::FileType::FileType(const ContentType& vContentType, const bool vIsSymlink) : m_Content(vContentType), m_Symlink(vIsSymlink) {
1720}
1721void IGFD::FileType::SetContent(const ContentType& vContentType) {
1722 m_Content = vContentType;
1723}
1724void IGFD::FileType::SetSymLink(const bool vIsSymlink) {
1725 m_Symlink = vIsSymlink;
1726}

Callers 3

ScanDirectoryMethod · 0.80
ScanDirectoryMethod · 0.80
GetDevicesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected