32 std::filesystem::path
path;
A panel component responsible for managing and displaying asset resources.
AssetViewMode
Different ways to display assets in the browser.
Definition AssetItem.h:19
Definition AssetsPanel.cpp:7
State information for the asset browser.
Definition AssetItem.h:51
float iconSize
Definition AssetItem.h:53
bool sortAscending
Definition AssetItem.h:58
bool showHiddenFiles
Definition AssetItem.h:55
AssetViewMode viewMode
Definition AssetItem.h:52
std::string sortBy
Definition AssetItem.h:57
int selectedItem
Definition AssetItem.h:54
std::string searchFilter
Definition AssetItem.h:56
Represents a single asset item in the file browser.
Definition AssetItem.h:30
std::string name
Definition AssetItem.h:31
bool isReadOnly
Definition AssetItem.h:42
bool isGlobal
Definition AssetItem.h:34
size_t fileSize
Definition AssetItem.h:35
bool isHidden
Definition AssetItem.h:41
std::string extension
Definition AssetItem.h:36
std::string mimeType
Definition AssetItem.h:40
bool isDirectory
Definition AssetItem.h:33
std::filesystem::path path
Definition AssetItem.h:32
bool isParentDir
Definition AssetItem.h:37
std::filesystem::file_time_type lastModified
Definition AssetItem.h:43