Classes | |
| struct | AssetSortData | 
| struct | BuildBrowserEntryData | 
| class | AssetBrowserInterface | 
Namespaces | |
| maxon | |
| maxon::nodes | |
Typedefs | |
| using | BuildBrowserEntryDelegate = Delegate< Result< Data >(const AssetBrowserRef &assetBrowser, BUILDBROWSERENTRYCOMMAND cmd, const Data &data, const Data &parent, const BuildBrowserEntryData &add)> | 
| using | AssetTypeNameMapKey = Tuple< AssetRepositoryRef, Id, Id, Id, Bool > | 
| using | AssetTypeNameMap = HashMap< AssetTypeNameMapKey, Tuple< String, String > > | 
Functions | |
| enum maxon::ASSETBROWSERMODE | MAXON_ENUM_LIST (ASSETBROWSERMODE) | 
| enum maxon::ASSETGROUPBY | MAXON_ENUM_LIST (ASSETGROUPBY) | 
| enum maxon::ASSETSORTBY | MAXON_ENUM_LIST (ASSETSORTBY) | 
| enum maxon::ASSETSORTFIRST | MAXON_ENUM_LIST (ASSETSORTFIRST) | 
| enum maxon::ASSETSORTORDER | MAXON_ENUM_LIST (ASSETSORTORDER) | 
| enum maxon::ASSETRELEVANCECONTEXT | MAXON_ENUM_LIST (ASSETRELEVANCECONTEXT) | 
| enum maxon::REPOSITORYSTATE | MAXON_ENUM_FLAGS (REPOSITORYSTATE) | 
| enum maxon::FILTERASSETRESULT | MAXON_ENUM_LIST (FILTERASSETRESULT) | 
| enum maxon::MASTERFILTER | MAXON_ENUM_LIST (MASTERFILTER) | 
| enum maxon::LENGTHUNITSYSTEM | MAXON_ENUM_LIST (LENGTHUNITSYSTEM) | 
| enum maxon::BUILDBROWSERENTRYCOMMAND | MAXON_ENUM_LIST (BUILDBROWSERENTRYCOMMAND) | 
| UNDEFINED | 
| CATEGORIES | 
| ASSETS | 
| KEYWORDSAVAILABLE | 
| KEYWORDSASSIGNED | 
| VERSIONS | 
| DEPENDENCIES | 
| DEPENDANTS | 
| DATABASES | 
| CATEGORY | 
| CREATIONDATE | 
| USEDATE | 
| USECOUNT | 
| TYPE | 
| DATABASE | 
| NOTHING | 
| _MAX | 
| NAME | 
| MODIFICATION_DATE | 
| CREATION_DATE | 
| USE_COUNT | 
| SIZE | 
| RELEVANCE | 
| NONE | 
| FAVORITES | 
| RELEVANT | 
| ASCENDING | 
| DESCENDING | 
| OBJECT_OM | 
| OBJECT_VP | 
| MESH | 
| SPLINE | 
| MATERIAL | 
| UV_EDITOR | 
| UV_VP | 
| NODE | 
| OTHER | 
| INTERNAL | 
| MOUNTED | 
| READONLY | 
| WATCHFOLDER | 
| ONLINE | 
| COMPACTABLE | 
| ACTIVE | 
| ERROR | 
| SKIP | 
| ADD | 
'data' contains the data returned in START, 'parent' contains the parent returned in the parent ADD operation
| ADDCATEGORYONLY | 
| ALL | 
Filter for all types.
| OBJECTS | 
Filter for object assets only.
| MATERIALS | 
Filter for material assets only.
| MEDIA | 
Filter for media assets only.
| NODES | 
Filter for node assets only.
| SCENE_NODES | 
Filter for scene nodes only.
| SCENES | 
Filter for scene files only.
| PRESETS | 
Filter for presets only.
| TOOLCOMMANDS | 
Filter for tool commands only.
| OBJECTCOMMANDS | 
Filter for object commands only.
| OTHERCOMMANDS | 
FIlter for other commands only.
| SPECIAL | 
Filter for special mode.
| METRIC | 
| IMPERIAL | 
| START | 
returned value is passed as data into all callbacks
| END | 
'data' contains the data returned in START, 'parent' data contains a boolean if the job was canceled
| RESET | 
'data' contains the data returned in START, called before the first element is added
| SELECT | 
'data' contains the data returned in START, 'parent' contains the Id of the element that should be selected