Searched refs:fLogConsole (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/poorman/
H A DPoorManLoggingView.h24 fLogConsole->SetValue(B_CONTROL_ON);
26 fLogConsole->SetValue(B_CONTROL_OFF);
31 return (fLogConsole->Value() == B_CONTROL_ON);
60 BCheckBox* fLogConsole; member in class:PoorManLoggingView
H A DPoorManLoggingView.cpp38 fLogConsole = new BCheckBox(B_TRANSLATE("Log To Console"),
72 .Add(fLogConsole)

Completed in 82 milliseconds