Inherits GuiArrayCtrl, and GuiArrayCtrl.
| void DbgFileView::clearBreakPositions |
( |
| ) |
|
Clear all break points in the current file.
- Returns
- No return value.
| void DbgFileView::clearBreakPositions |
( |
| ) |
|
Clear all break points in the current file.
- Returns
- No return value.
| bool DbgFileView::findString |
( |
string |
findThis | ) |
|
Find the specified string in the currently viewed file and scroll it into view.
- Returns
- Returns true on success
| bool DbgFileView::findString |
( |
string |
findThis | ) |
|
Find the specified string in the currently viewed file and scroll it into view.
- Returns
- Returns true on success
| string DbgFileView::getCurrentLine |
( |
| ) |
|
Get the currently executing file and line, if any.
- Returns
- A string containing the file, a tab, and then the line number. Use getField() with this.
| string DbgFileView::getCurrentLine |
( |
| ) |
|
Get the currently executing file and line, if any.
- Returns
- A string containing the file, a tab, and then the line number. Use getField() with this.
| bool DbgFileView::open |
( |
string |
filename | ) |
|
Open a file for viewing.
- Returns
- Returns true on success.
- Note
- This loads the file from the local system.
| bool DbgFileView::open |
( |
string |
filename | ) |
|
Open a file for viewing.
- Returns
- Returns true on success.
- Note
- This loads the file from the local system.
| void DbgFileView::removeBreak |
( |
int |
line | ) |
|
Remove a breakpoint from the specified line.
- Returns
- No return value.
| void DbgFileView::removeBreak |
( |
int |
line | ) |
|
Remove a breakpoint from the specified line.
- Returns
- No return value.
| void DbgFileView::setBreak |
( |
int |
line | ) |
|
Set a breakpoint at the specified line.
- Returns
- No return value.
| void DbgFileView::setBreak |
( |
int |
line | ) |
|
Set a breakpoint at the specified line.
- Returns
- No return value.
| void DbgFileView::setBreakPosition |
( |
int |
line | ) |
|
Set a breakpoint at the specified line.
- Returns
- No return value.
| void DbgFileView::setBreakPosition |
( |
int |
line | ) |
|
Set a breakpoint at the specified line.
- Returns
- No return value.
| void DbgFileView::setCurrentLine |
( |
int |
line, |
|
|
bool |
selected |
|
) |
| |
Set the current highlighted line.
- Returns
- No return value.
| void DbgFileView::setCurrentLine |
( |
int |
line, |
|
|
bool |
selected |
|
) |
| |
Set the current highlighted line.
- Returns
- No return value.
| string DbgFileView::Accelerator |
| string DbgFileView::AltCommand |
| bool DbgFileView::canSave |
| bool DbgFileView::canSaveDynamicFields |
| string DbgFileView::class |
Script SuperClass of object.
| string DbgFileView::Command |
| Point2I DbgFileView::Extent |
| enumval DbgFileView::HorizSizing |
| int DbgFileView::hovertime |
| string DbgFileView::internalName |
| bool DbgFileView::isContainer |
| string DbgFileView::langTableMod |
| Point2I DbgFileView::MinExtent |
| deprecated DbgFileView::Modal |
| SimObjectPtr DbgFileView::parentGroup |
Group hierarchy parent of the object.
| Point2I DbgFileView::Position |
| GuiProfile DbgFileView::Profile |
| deprecated DbgFileView::setFirstResponder |
| string DbgFileView::superclass |
| string DbgFileView::ToolTip |
| GuiProfile DbgFileView::tooltipprofile |
| int DbgFileView::tooltipWidth |
| string DbgFileView::Variable |
| enumval DbgFileView::VertSizing |
| bool DbgFileView::Visible |