Inheritance diagram for DzScriptPane:
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) |
Number DzScriptPane::count | ( | ) |
DzScriptTab DzScriptPane::currentScriptTab | ( | ) |
Number DzScriptPane::currentScriptTabIndex | ( | ) |
bool DzScriptPane::debug | ( | ) |
Opens the debugger window and begins execution of the script in the currently active tab.
bool DzScriptPane::execute | ( | ) |
Executes the script in the currently active tab.
Number DzScriptPane::indexOf | ( | DzScriptTab | scriptTab | ) |
DzScriptTab
. DzScriptTab DzScriptPane::scriptTab | ( | Number | index | ) |
index
. void DzScriptPane::setCurrentScriptTab | ( | Number | index | ) |
Sets the current script tab in the pane
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.
onOff | If true, the find/replace interface will be made visible, if false, the find/replace interface will be hidden. |