26 void CreateInitialFileStructure(
Directory& directory, std::filesystem::directory_iterator);
27 void SetCurrentAssetDirectory(
Directory& directory);
28 void ProcessDirectoryEntryClicks(std::filesystem::directory_entry entry,
Directory* directory =
nullptr);
32 void RenderContextMenuFileTypeSpecificEntries(std::filesystem::directory_entry entry);
33 void RenderAssetContextMenu(std::filesystem::directory_entry entry);
34 void RenderCurrentDirectoryContextMenu();
35 void RenderAssetTemplates(
const std::filesystem::path& path);
39 void RenderAssets(
float height);
40 void RenderSidebar(
float height);
41 void RenderSidebarSubdirectory(
Directory& directory);
42 void RenderFile(
File* file);
45 void AfterCreate(std::filesystem::path path);
46 ImTextureID GetIcon(
const AssetType assetType)
const;
52 ImTextureID folderIcon;
53 ImTextureID fileIcons[
static_cast<uint16_t
>(AssetType::Count)];
56 bool isShowingPanel =
true;
59 std::filesystem::path pathToRename;
60 std::string pathRenameNewName;
61 std::string searchText;
62 std::string searchTextLower;
63 std::set<Uuid> expandedAssetUuidsWithSubassets;
64 std::vector<File*> searchedFiles;
65 std::chrono::time_point<std::chrono::system_clock> lastRefreshedAssetsTime;