Open 3D Engine AzToolsFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::AssetBrowser::AssetBrowserViewUtils Class Reference

Static Public Member Functions

static bool RenameEntry (const AZStd::vector< const AssetBrowserEntry * > &entries, QWidget *callingWidget)
 
static void AfterRename (QString newVal, const AZStd::vector< const AssetBrowserEntry * > &entries, QWidget *callingWidget)
 
static void DeleteEntries (const AZStd::vector< const AssetBrowserEntry * > &entries, QWidget *callingWidget)
 
static void MoveEntries (const AZStd::vector< const AssetBrowserEntry * > &entries, QWidget *callingWidget)
 
static void DuplicateEntries (const AZStd::vector< const AssetBrowserEntry * > &entries)
 
static void MoveEntry (AZStd::string_view fromPath, AZStd::string_view toPath, bool isFolder, QWidget *parent=nullptr)
 
static void CopyEntry (AZStd::string_view fromPath, AZStd::string_view toPath, bool isFolder)
 
static bool IsFolderEmpty (AZStd::string_view path)
 
static bool IsEngineOrProjectFolder (AZStd::string_view path)
 
static Qt::DropAction SelectDropActionForEntries (const AZStd::vector< const AssetBrowserEntry * > &entries)
 
static QVariant GetThumbnail (const AssetBrowserEntry *entry, bool returnIcon=false, bool isFavorite=false)
 

The documentation for this class was generated from the following file: