Symbol: fUserInterface
headers/private/debugger/controllers/TeamDebugger.h
279
UserInterface* fUserInterface;
headers/private/debugger/controllers/TeamDebugger.h
70
{ return fUserInterface; }
src/apps/debugger/user_interface/cli/CommandLineUserInterface.cpp
87
fUserInterface->_PrintHelp(argc == 2 ? argv[1] : NULL);
src/apps/debugger/user_interface/cli/CommandLineUserInterface.cpp
91
CommandLineUserInterface* fUserInterface;
src/kits/debugger/controllers/TeamDebugger.cpp
1086
fUserInterface->NotifyUser("Error", message.String(),
src/kits/debugger/controllers/TeamDebugger.cpp
1385
int32 choice = fUserInterface->SynchronouslyAskUser("Quit Debugger",
src/kits/debugger/controllers/TeamDebugger.cpp
1413
fUserInterface->NotifyBackgroundWorkStatus(description.String());
src/kits/debugger/controllers/TeamDebugger.cpp
1731
int32 result = fUserInterface->SynchronouslyAskUser("Team terminated",
src/kits/debugger/controllers/TeamDebugger.cpp
234
fUserInterface(userInterface),
src/kits/debugger/controllers/TeamDebugger.cpp
2391
handler->HandleState(specificState, fUserInterface);
src/kits/debugger/controllers/TeamDebugger.cpp
241
fUserInterface->AcquireReference();
src/kits/debugger/controllers/TeamDebugger.cpp
2482
fUserInterface->ID());
src/kits/debugger/controllers/TeamDebugger.cpp
2484
fUserInterface->LoadSettings(uiSettings);
src/kits/debugger/controllers/TeamDebugger.cpp
2514
if (fUserInterface->SaveSettings(uiSettings) != B_OK)
src/kits/debugger/controllers/TeamDebugger.cpp
2522
if (strcmp(oldUiSettings->ID(), fUserInterface->ID()) != 0) {
src/kits/debugger/controllers/TeamDebugger.cpp
2548
fUserInterface->NotifyUser(title, buffer, USER_NOTIFICATION_WARNING);
src/kits/debugger/controllers/TeamDebugger.cpp
268
if (fUserInterface != NULL) {
src/kits/debugger/controllers/TeamDebugger.cpp
269
fUserInterface->Terminate();
src/kits/debugger/controllers/TeamDebugger.cpp
270
fUserInterface->ReleaseReference();
src/kits/debugger/controllers/TeamDebugger.cpp
530
error = fUserInterface->Init(fTeam, this);
src/kits/debugger/controllers/TeamDebugger.cpp
561
fUserInterface->Show();
src/kits/debugger/controllers/TeamDebugger.cpp
968
fUserInterface->NotifyBackgroundWorkStatus("Ready.");