| DAZ Script | |
|---|---|
| void | dock () | 
| void | dock ( DzDockArea area, Boolean newColumn=false ) | 
| void | dock ( DzDockArea area, Number columnNum ) | 
| DzDockArea | getArea () | 
| Number | getColumnDimension () | 
| Number | getColumnNum () | 
| Size | getLastSize () | 
| Number | getLength () | 
| Number | getMinimumLength () | 
| Number | getPreferredLength () | 
| Boolean | isDocked () | 
| Boolean | isLengthFixed () | 
| Boolean | isMinimized () | 
| void | minimize () | 
| void | restore () | 
| void | setColumnDimension ( Number dimension ) | 
| void | setColumnNum ( Number columnNum ) | 
| void | setLength ( Number length ) | 
| void | setPreferredLength ( Number length ) | 
| void | setResizeHandlesVisible ( Boolean yesNo ) | 
| void | setTitleBarVisible ( Boolean yesNo ) | 
| void | toggleDock () | 
| void | toggleMinimized () | 
| void | undock () | 
| void | docked () | 
| void | lengthChanged () | 
| void | minimized ( DzDockWindow window ) | 
| void | outlineDrawFinished () | 
| void | outlineDrawStarting () | 
| void | restored ( DzDockWindow window ) | 
| void | undocked () | 
TODO: Add detailed description.
void : dock()
Re-Docks this window in the last area it was docked in.
void : dock( DzDockArea area, Boolean newColumn=false )
Docks this window in the given area.
Parameter(s):
true, a new column will be added to the dock area for this window.void : dock( DzDockArea area, Number columnNum )
Docks this window in the given area in the given column number.
Parameter(s):
DzDockArea : getArea()
Return Value:
Return Value:
Number : getColumnNum()
Return Value:
Size : getLastSize()
Return Value:
Return Value:
Return Value:
Return Value:
Return Value:
true if the this window is currently docked, otherwise false.Boolean : isLengthFixed()
Return Value:
true if the value returned by length() is the only valid length for this window currently, otherwise false.Boolean : isMinimized()
Return Value:
true if the this window is currently minimized, otherwise false.void : minimize()
Sets this window to a minimized state.
void : restore()
Returns this window to its former length if it is minimized.
void : setColumnDimension( Number dimension )
Store the width (or height) of the column (or row) that this window is docked in.
Parameter(s):
void : setColumnNum( Number columnNum )
Sets the column of the dock area that this window was last docked in.
Parameter(s):
void : setLength( Number length )
Sets the length for this window while docked.
Parameter(s):
void : setPreferredLength( Number length )
Sets the preferred length for this window while docked.
Parameter(s):
void : setResizeHandlesVisible( Boolean yesNo )
Sets the visibility of the resizing handles.
void : setTitleBarVisible( Boolean yesNo )
Sets the visibility of the title bar.
void : toggleDock()
Toggles this window between its docked and undocked state. Calls dock() if this window is undocked, or undock() if it is docked.
void : toggleMinimized()
Toggles this window between the minimized and restored state.
void : undock()
Undocks this window.
void : docked()
Signature:“docked()”
Emitted when this window is docked.
void : lengthChanged()
Signature:“lengthChanged()”
Emitted when the value returned by length() has changed.
void : minimized( DzDockWindow window )
Signature:“minimized(DzDockWindow*)”
Emitted when this window becomes minimized.
Parameter(s):
void : outlineDrawFinished()
TODO: Add description.
void : outlineDrawStarting()
TODO: Add description.
void : restored( DzDockWindow window )
Signature:“restored(DzDockWindow*)”
Emitted when this window is restored.
Parameter(s):
void : undocked()
Signature:“undocked()”
Emitted when this window is undocked.