DzScriptPane Class Reference
[Interface Components]

Pane for authoring/viewing DAZ Scripts - aka DAZ Script IDE. More...

Inheritance diagram for DzScriptPane:

DzPane List of all members.

Methods

Number count ()
DzScriptTab currentScriptTab ()
Number currentScriptTabIndex ()
bool debug ()
bool execute ()
Number indexOf (DzScriptTab scriptTab)
DzScriptTab scriptTab (Number index)
void setCurrentScriptTab (Number index)
void showFindReplace (Boolean onOff)

Detailed Description

Pane for authoring/viewing DAZ Scripts - aka DAZ Script IDE.


Member Function Documentation

Number DzScriptPane::count (  ) 

Returns:
The number of DzScriptTabs.

DzScriptTab DzScriptPane::currentScriptTab (  ) 

Returns:
The 'current' (top) visible DzScriptTab.

Number DzScriptPane::currentScriptTabIndex (  ) 

Returns:
The index of the 'current' (top) visible DzScriptTab.

bool DzScriptPane::debug (  ) 

Opens the debugger window and begins execution of the script in the currently active tab.

Returns:
true if the script executed successfully, false if the script encountered an error.

bool DzScriptPane::execute (  ) 

Executes the script in the currently active tab.

Returns:
true if the script executed successfully, false if the script encountered an error.

Number DzScriptPane::indexOf ( DzScriptTab  scriptTab  ) 

Returns:
The index of DzScriptTab.

DzScriptTab DzScriptPane::scriptTab ( Number  index  ) 

Returns:
The DzScriptTab at index.

void DzScriptPane::setCurrentScriptTab ( Number  index  ) 

Sets the current script tab in the pane

Parameters:
index The index of the script tab to make the current tab.

void DzScriptPane::showFindReplace ( Boolean  onOff  ) 

Sets whether the find/replace interface is visible in the tab.

Parameters:
onOff If true, the find/replace interface will be made visible, if false, the find/replace interface will be hidden.


Generated on Thu Sep 24 12:21:15 2009

Copyright © 2002 - 2009 DAZ 3D, Inc.