Classes | |
| class | AssetManagerInterface |
Namespaces | |
| maxon | |
| maxon::nodes | |
Enumerations | |
| enum class | ASSETPOPUPOPTIONS { NONE , POPUPMODE , MODAL , EXECUTELOAD , ALLOWDRAGANDDROP , ALLOWPINPOPUP , SHOWCATEGORIESONLY , SHOWKEYWORDSONLY , SHOWCATEGORYLIST , SHOWQUICKTABS , DISPLAYASLIST } |
| enum class | MASTERFILTER { ALL , OBJECTS , MATERIALS , MEDIA , NODES , SCENE_NODES , SCENES , PRESETS , SPECIAL } |
Functions | |
| enum maxon::ASSETPOPUPOPTIONS | MAXON_ENUM_FLAGS (ASSETPOPUPOPTIONS) |
| enum maxon::MASTERFILTER | MAXON_ENUM_LIST (MASTERFILTER) |
| NONE |
| POPUPMODE |
opens the manager in popup mode
| MODAL |
opens a modal dialog
| EXECUTELOAD |
in POPUPMODE mode do not call the resultCallback, but execute the load on doubleclick directly
| ALLOWDRAGANDDROP |
enables d&d out of the manager
| ALLOWPINPOPUP |
show pin button to make dialog sticky
| SHOWCATEGORIESONLY |
special mode to select only categories
| SHOWKEYWORDSONLY |
special mode to select only keywords
| SHOWCATEGORYLIST |
enables the category list for selections
| SHOWQUICKTABS |
enables the visibility of the quicktabs
| DISPLAYASLIST |
displays the popup as list instead of gridview
| 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.
| SPECIAL |
Filter for special mode.