Symbol: UserInterface
headers/private/debugger/controllers/TeamDebugger.h
279
UserInterface* fUserInterface;
headers/private/debugger/controllers/TeamDebugger.h
48
UserInterface* userInterface,
headers/private/debugger/controllers/TeamDebugger.h
69
UserInterface* GetUserInterface() const
headers/private/debugger/target_host_interface/TargetHostInterface.h
124
UserInterface* userInterface;
headers/private/debugger/target_host_interface/TargetHostInterface.h
23
class UserInterface;
headers/private/debugger/user_interface/UserInterface.h
46
class UserInterface : public BReferenceable {
headers/private/debugger/user_interface/UserInterface.h
48
virtual ~UserInterface();
headers/private/debugger/user_interface/UserInterface.h
59
virtual UserInterface* Clone() const = 0;
src/apps/debugger/Debugger.cpp
438
BReference<UserInterface> uiReference(options.userInterface, true);
src/apps/debugger/Debugger.cpp
636
BReference<UserInterface> uiReference(options.userInterface, true);
src/apps/debugger/Debugger.cpp
664
BReference<UserInterface> uiReference(debuggerOptions.userInterface, true);
src/apps/debugger/Debugger.cpp
733
BReference<UserInterface> userInterfaceReference(userInterface, true);
src/apps/debugger/Debugger.cpp
794
BReference<UserInterface> userInterfaceReference(userInterface, true);
src/apps/debugger/user_interface/cli/CommandLineUserInterface.cpp
174
UserInterface*
src/apps/debugger/user_interface/cli/CommandLineUserInterface.h
20
class CommandLineUserInterface : public UserInterface {
src/apps/debugger/user_interface/cli/CommandLineUserInterface.h
34
virtual UserInterface* Clone() const;
src/apps/debugger/user_interface/gui/GraphicalUserInterface.cpp
200
UserInterface*
src/apps/debugger/user_interface/gui/GraphicalUserInterface.h
22
class GraphicalUserInterface : public UserInterface {
src/apps/debugger/user_interface/gui/GraphicalUserInterface.h
36
virtual UserInterface* Clone() const;
src/apps/debugger/user_interface/report/ReportUserInterface.cpp
88
UserInterface*
src/apps/debugger/user_interface/report/ReportUserInterface.h
16
class ReportUserInterface : public UserInterface,
src/apps/debugger/user_interface/report/ReportUserInterface.h
30
virtual UserInterface* Clone() const;
src/kits/debugger/controllers/TeamDebugger.cpp
215
TeamDebugger::TeamDebugger(Listener* listener, UserInterface* userInterface,
src/kits/debugger/debug_info/ImageDebugLoadingStateHandler.h
13
class UserInterface;
src/kits/debugger/debug_info/ImageDebugLoadingStateHandler.h
26
UserInterface* interface) = 0;
src/kits/debugger/debug_info/loading_state_handlers/DwarfLoadingStateHandler.cpp
58
SpecificImageDebugInfoLoadingState* state, UserInterface* interface)
src/kits/debugger/debug_info/loading_state_handlers/DwarfLoadingStateHandler.h
30
UserInterface* interface);
src/kits/debugger/target_host_interface/TargetHostInterface.cpp
187
UserInterface* userInterface = debugger->GetUserInterface()->Clone();
src/kits/debugger/target_host_interface/TargetHostInterface.cpp
191
BReference<UserInterface> userInterfaceReference(userInterface, true);
src/kits/debugger/target_host_interface/TargetHostInterface.cpp
250
UserInterface* userInterface = options.userInterface;
src/kits/debugger/user_interface/UserInterface.cpp
13
UserInterface::~UserInterface()