Classes | |
| class | AssetManagerInterface |
Namespaces | |
| maxon | |
| maxon::nodes | |
Enumerations | |
| enum | ASSETPOPUPOPTIONS { NONE, POPUPMODE, MODAL, EXECUTELOAD, ALLOWDRAGANDDROP, ALLOWPINPOPUP, SHOWCATEGORIESONLY, SHOWKEYWORDSONLY, SHOWCATEGORYLIST, SHOWQUICKTABS, DISPLAYASLIST } |
| enum | 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 |
| OBJECTS |
| MATERIALS |
| MEDIA |
| NODES |
| SCENE_NODES |
| SCENES |
| PRESETS |
| SPECIAL |