Functions | |
std::vector< std::string > | RemoveIgnoredFiles (const std::vector< std::string > &files, const std::vector< std::string > &ignored_files) |
FolderItem | LoadFolder (const std::string &folder) |
std::vector< std::string > yaze::editor::anonymous_namespace{assembly_editor.cc}::RemoveIgnoredFiles | ( | const std::vector< std::string > & | files, |
const std::vector< std::string > & | ignored_files ) |
Definition at line 19 of file assembly_editor.cc.
References RemoveIgnoredFiles().
Referenced by LoadFolder(), and RemoveIgnoredFiles().
FolderItem yaze::editor::anonymous_namespace{assembly_editor.cc}::LoadFolder | ( | const std::string & | folder | ) |
Definition at line 40 of file assembly_editor.cc.
References yaze::editor::FolderItem::files, yaze::editor::FileDialogWrapper::GetFilesInFolder(), yaze::editor::FileDialogWrapper::GetSubdirectoriesInFolder(), LoadFolder(), yaze::editor::FolderItem::name, RemoveIgnoredFiles(), and yaze::editor::FolderItem::subfolders.
Referenced by LoadFolder().