User Tools

Site Tools


DzTopLevelAssetContainer

A container type that represents the top level of an asset container hierarchy.

More...

Inherits :

Inherited By : DzProductHolderContainer and DzSearchContainer

Enumerations

Methods

DAZ Script
ContainerStategetState ()
voidsetState ( ContainerState state )

Signals

Detailed Description

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.

Enumerations


: ContainerState

The different states of a top-level asset container.

  • csNone - The container is idle.
  • csBusy - The container is busy with an update.
  • csFinished - The update operation completed without errors.
  • csCanceled - The update operation was canceled.
  • csError - An error occured during the update operation.

Methods


ContainerState : getState()

Return Value:

  • The current state of the containter.

See Also:

Since:

  • 4.9.1.17

void : setState( ContainerState state )

Sets the state of this container.

Parameter(s):

  • state - The state to set.

Attention:

  • Generally this should not be called from script.

Since:

  • 4.9.1.17

Signals


void : stateChanged( ContainerState state )

Signature:“stateChanged(int)”

Emitted when the state of this container has changed.

Parameter(s):

  • state - The new state of this container.