#include <assetmanagerinterface.h>
◆ MAXON_INTERFACE()
◆ Get()
Get() returns the subdialog to embed into your own dialog.
◆ SetNewGraphNode()
MAXON_METHOD Result<void> SetNewGraphNode |
( |
const GraphModelPresenterRef & |
presenter, |
|
|
const nodes::NodesGraphModelRef & |
model, |
|
|
const GraphNode & |
node |
|
) |
| |
SetNewGraphNode sets the current selected presenter, model and node. Depending on this values the asset browser swithces to the right context.
- Parameters
-
[in] | presenter | Presenter to set. |
[in] | model | Model to set. |
[in] | node | Node to set. |
- Returns
- OK on success.
◆ SetMasterFilter()
SetMasterFilter allows to set the filter for the asset browser.
- Parameters
-
[in] | filter | See MASTERFILTER. |
- Returns
- OK on success.
◆ ForceHideFilterTab()
ForceHideFilterTab allows to control the visibility of filter tab.
- Parameters
-
[in] | hide | True to disable filter tab. |
- Returns
- OK on success.