Symbol: ReportUserInterface
src/apps/debugger/Debugger.cpp
788
ReportUserInterface* userInterface
src/apps/debugger/Debugger.cpp
789
= new(std::nothrow) ReportUserInterface(options.thread, options.reportPath);
src/apps/debugger/user_interface/report/ReportUserInterface.cpp
105
ReportUserInterface::LoadSettings(const TeamUiSettings* settings)
src/apps/debugger/user_interface/report/ReportUserInterface.cpp
112
ReportUserInterface::SaveSettings(TeamUiSettings*& settings) const
src/apps/debugger/user_interface/report/ReportUserInterface.cpp
119
ReportUserInterface::NotifyUser(const char* title, const char* message,
src/apps/debugger/user_interface/report/ReportUserInterface.cpp
126
ReportUserInterface::NotifyBackgroundWorkStatus(const char* message)
src/apps/debugger/user_interface/report/ReportUserInterface.cpp
132
ReportUserInterface::SynchronouslyAskUser(const char* title,
src/apps/debugger/user_interface/report/ReportUserInterface.cpp
141
ReportUserInterface::SynchronouslyAskUserForFile(entry_ref* _ref)
src/apps/debugger/user_interface/report/ReportUserInterface.cpp
148
ReportUserInterface::Run()
src/apps/debugger/user_interface/report/ReportUserInterface.cpp
21
ReportUserInterface::ReportUserInterface(thread_id targetThread,
src/apps/debugger/user_interface/report/ReportUserInterface.cpp
214
ReportUserInterface::ThreadAdded(const Team::ThreadEvent& event)
src/apps/debugger/user_interface/report/ReportUserInterface.cpp
228
ReportUserInterface::ThreadStateChanged(const Team::ThreadEvent& event)
src/apps/debugger/user_interface/report/ReportUserInterface.cpp
239
ReportUserInterface::DebugReportChanged(const Team::DebugReportEvent& event)
src/apps/debugger/user_interface/report/ReportUserInterface.cpp
36
ReportUserInterface::~ReportUserInterface()
src/apps/debugger/user_interface/report/ReportUserInterface.cpp
47
ReportUserInterface::ID() const
src/apps/debugger/user_interface/report/ReportUserInterface.cpp
54
ReportUserInterface::Init(Team* team, UserInterfaceListener* listener)
src/apps/debugger/user_interface/report/ReportUserInterface.cpp
74
ReportUserInterface::Show()
src/apps/debugger/user_interface/report/ReportUserInterface.cpp
82
ReportUserInterface::Terminate()
src/apps/debugger/user_interface/report/ReportUserInterface.cpp
89
ReportUserInterface::Clone() const
src/apps/debugger/user_interface/report/ReportUserInterface.cpp
98
ReportUserInterface::IsInteractive() const
src/apps/debugger/user_interface/report/ReportUserInterface.h
16
class ReportUserInterface : public UserInterface,
src/apps/debugger/user_interface/report/ReportUserInterface.h
19
ReportUserInterface(thread_id targetThread,
src/apps/debugger/user_interface/report/ReportUserInterface.h
21
virtual ~ReportUserInterface();