#include <AssetBrowserPanel.h>
Definition at line 19 of file AssetBrowserPanel.h.
◆ FileMetadata() [1/2]
| Elevate::Editor::FileMetadata::FileMetadata |
( |
| ) |
|
|
default |
◆ FileMetadata() [2/2]
| Elevate::Editor::FileMetadata::FileMetadata |
( |
FileType |
type, |
|
|
std::string |
iconPath |
|
) |
| |
|
inline |
◆ ParseFileType()
| static FileType Elevate::Editor::FileMetadata::ParseFileType |
( |
std::string |
typeStr | ) |
|
|
inlinestatic |
Definition at line 30 of file AssetBrowserPanel.h.
30 {
31 if (typeStr == "DIRECTORY") {
33 }
34 else if (typeStr == "FILE") {
36 }
37 else if (typeStr == "IMAGE") {
39 }
40 else {
42 }
43 }
◆ iconPath
| std::string Elevate::Editor::FileMetadata::iconPath |
◆ type
| FileType Elevate::Editor::FileMetadata::type |
The documentation for this struct was generated from the following file: