DbgFileView Class Reference#include <guiDebugger.h>
Inheritance diagram for DbgFileView:
[legend]List of all members.
Member Typedef Documentation
Constructor & Destructor Documentation
DbgFileView::DbgFileView |
( |
|
) |
|
DbgFileView::~DbgFileView |
( |
|
) |
|
Member Function Documentation
void DbgFileView::AdjustCellSize |
( |
|
) |
[private] |
S32 DbgFileView::findMouseOverChar |
( |
const char * |
text, |
|
|
S32 |
stringPosition | |
|
) |
| | [private] |
bool DbgFileView::findMouseOverVariable |
( |
|
) |
[private] |
bool DbgFileView::onWake |
( |
|
) |
[virtual] |
Called when this object is asked to wake up returns true if it's actually awake at the end.
Reimplemented from GuiArrayCtrl.
void DbgFileView::clear |
( |
|
) |
|
void DbgFileView::clearBreakPositions |
( |
|
) |
|
void DbgFileView::setCurrentLine |
( |
S32 |
lineNumber, |
|
|
bool |
setCurrentLine | |
|
) |
| | |
const char* DbgFileView::getCurrentLine |
( |
S32 & |
lineNumber |
) |
|
bool DbgFileView::openFile |
( |
const char * |
fileName |
) |
|
void DbgFileView::scrollToLine |
( |
S32 |
lineNumber |
) |
|
void DbgFileView::setBreakPointStatus |
( |
U32 |
lineNumber, |
|
|
bool |
value | |
|
) |
| | |
void DbgFileView::setBreakPosition |
( |
U32 |
line |
) |
|
void DbgFileView::addLine |
( |
const char * |
text, |
|
|
U32 |
textLen | |
|
) |
| | |
bool DbgFileView::findString |
( |
const char * |
text |
) |
|
void DbgFileView::onMouseDown |
( |
const GuiEvent & |
event |
) |
[virtual] |
void DbgFileView::onMouseDragged |
( |
const GuiEvent & |
event |
) |
[virtual] |
void DbgFileView::onMouseUp |
( |
const GuiEvent & |
event |
) |
[virtual] |
void DbgFileView::onPreRender |
( |
|
) |
[virtual] |
Do special pre-render processing.
Reimplemented from GuiControl.
Member Data Documentation
|