Main   GitHub

Methods | List of all members
DbgFileView Class Reference

Inherits GuiArrayCtrl, and GuiArrayCtrl.

Methods

void clearBreakPositions ()
 
void clearBreakPositions ()
 
bool findString (string findThis)
 
bool findString (string findThis)
 
string getCurrentLine ()
 
string getCurrentLine ()
 
bool open (string filename)
 
bool open (string filename)
 
void removeBreak (int line)
 
void removeBreak (int line)
 
void setBreak (int line)
 
void setBreak (int line)
 
void setBreakPosition (int line)
 
void setBreakPosition (int line)
 
void setCurrentLine (int line, bool selected)
 
void setCurrentLine (int line, bool selected)
 

Fields

SimBase
bool canSaveDynamicFields
 
string internalName
 
SimObjectPtr parentGroup
 
Namespace Linking
string superclass
 
string class
 
Gui Editing
bool isContainer
 
GuiControl
GuiProfile Profile
 
enumval HorizSizing
 
enumval VertSizing
 
Point2I Position
 
Point2I Extent
 
Point2I MinExtent
 
bool canSave
 
bool Visible
 
deprecated Modal
 
deprecated setFirstResponder
 
string Variable
 
string Command
 
string AltCommand
 
string Accelerator
 
bool Active
 
ToolTip
GuiProfile tooltipprofile
 
string ToolTip
 
int tooltipWidth
 
int hovertime
 
Localization
string langTableMod
 
- Fields inherited from GuiArrayCtrl
bool canSaveDynamicFields
 
string internalName
 
SimObjectPtr parentGroup
 
string superclass
 
string class
 
bool isContainer
 
GuiProfile Profile
 
enumval HorizSizing
 
enumval VertSizing
 
Point2I Position
 
Point2I Extent
 
Point2I MinExtent
 
bool canSave
 
bool Visible
 
deprecated Modal
 
deprecated setFirstResponder
 
string Variable
 
string Command
 
string AltCommand
 
string Accelerator
 
bool Active
 
GuiProfile tooltipprofile
 
string ToolTip
 
int tooltipWidth
 
int hovertime
 
string langTableMod
 
- Fields inherited from GuiControl
bool canSaveDynamicFields
 
string internalName
 
SimObjectPtr parentGroup
 
string superclass
 
string class
 
bool isContainer
 
GuiProfile Profile
 
enumval HorizSizing
 
enumval VertSizing
 
Point2I Position
 
Point2I Extent
 
Point2I MinExtent
 
bool canSave
 
bool Visible
 
deprecated Modal
 
deprecated setFirstResponder
 
string Variable
 
string Command
 
string AltCommand
 
string Accelerator
 
bool Active
 
GuiProfile tooltipprofile
 
string ToolTip
 
int tooltipWidth
 
int hovertime
 
string langTableMod
 
- Fields inherited from SimGroup
bool canSaveDynamicFields
 
string internalName
 
SimObjectPtr parentGroup
 
string superclass
 
string class
 
- Fields inherited from SimSet
bool canSaveDynamicFields
 
string internalName
 
SimObjectPtr parentGroup
 
string superclass
 
string class
 
- Fields inherited from SimObject
bool canSaveDynamicFields
 
string internalName
 
SimObjectPtr parentGroup
 
string superclass
 
string class
 

Methods

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.

Member Data Documentation

string DbgFileView::Accelerator
bool DbgFileView::Active
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

Script Class of object.

string DbgFileView::ToolTip
GuiProfile DbgFileView::tooltipprofile
int DbgFileView::tooltipWidth
string DbgFileView::Variable
enumval DbgFileView::VertSizing
bool DbgFileView::Visible


Copyright © 2013 GarageGames, LLC. All Rights Reserved.