A container type that represents the top level of an asset container hierarchy.
Inherits :
Inherited By : DzProductHolderContainer and DzSearchContainer
DAZ Script | |
---|---|
ContainerState | { csNone, csBusy, csFinished, csCanceled, csError } |
DAZ Script | |
---|---|
ContainerState | getState () |
void | setState ( ContainerState state ) |
void | stateChanged ( ContainerState state ) |
This container type does not directly support assets. The primary purpose of this container type is to serve as the top-most container in an asset containers hierarchy.
The different states of a top-level asset container.
Return Value:
See Also:
Since:
void : setState( ContainerState state )
Sets the state of this container.
Parameter(s):
Attention:
Since:
void : stateChanged( ContainerState state )
Signature:“stateChanged(int)”
Emitted when the state of this container has changed.
Parameter(s):