Classes | |
class | AssetManagerSubDialogInterface |
class | AssetManagerInterface |
Namespaces | |
maxon | |
maxon::nodes | |
Enumerations | |
enum class | ASSETPOPUPOPTIONS { NONE , POPUPMODE , MODAL , EXECUTELOAD , ALLOWDRAGANDDROP , ALLOWPINPOPUP , SUBDIALOG , SHOWCATEGORIESONLY , SHOWKEYWORDSONLY , SHOWCATEGORYLIST , SHOWQUICKTABS , DISPLAYASLIST , HIDEWATCHFOLDERS , COMMANDER } |
enum class | MASTERFILTER { ALL , OBJECTS , MATERIALS , MEDIA , NODES , SCENE_NODES , SCENES , PRESETS , TOOLCOMMANDS , OBJECTCOMMANDS , OTHERCOMMANDS , 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
SUBDIALOG |
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
HIDEWATCHFOLDERS |
Hides Watchfolder categories.
COMMANDER |
@markprivate
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.