Home
last modified time | relevance | path

Searched refs:fConsoleOutput (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.cpp54 fConsoleOutput(NULL), in ConsoleOutputView()
118 fConsoleOutput->SetText(""); in MessageReceived()
203 consoleScrollView->SetTarget(fConsoleOutput = new BTextView("Console")); in _Init()
206 fConsoleOutput->MakeEditable(false); in _Init()
207 fConsoleOutput->SetStylable(true); in _Init()
208 fConsoleOutput->SetDoesUndo(false); in _Init()
250 BScrollBar* scroller = fConsoleOutput->ScrollBar(B_VERTICAL); in _HandleConsoleOutput()
256 fConsoleOutput->Insert(fConsoleOutput->TextLength(), info->text, in _HandleConsoleOutput()
260 fConsoleOutput->ScrollTo(0.0, max); in _HandleConsoleOutput()
H A DConsoleOutputView.h47 BTextView* fConsoleOutput; variable