Searched refs:fConsoleOutput (Results 1 – 2 of 2) sorted by relevance
54 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()
47 BTextView* fConsoleOutput; variable