ReportUserInterface
ReportUserInterface* userInterface
= new(std::nothrow) ReportUserInterface(options.thread, options.reportPath);
ReportUserInterface::LoadSettings(const TeamUiSettings* settings)
ReportUserInterface::SaveSettings(TeamUiSettings*& settings) const
ReportUserInterface::NotifyUser(const char* title, const char* message,
ReportUserInterface::NotifyBackgroundWorkStatus(const char* message)
ReportUserInterface::SynchronouslyAskUser(const char* title,
ReportUserInterface::SynchronouslyAskUserForFile(entry_ref* _ref)
ReportUserInterface::Run()
ReportUserInterface::ReportUserInterface(thread_id targetThread,
ReportUserInterface::ThreadAdded(const Team::ThreadEvent& event)
ReportUserInterface::ThreadStateChanged(const Team::ThreadEvent& event)
ReportUserInterface::DebugReportChanged(const Team::DebugReportEvent& event)
ReportUserInterface::~ReportUserInterface()
ReportUserInterface::ID() const
ReportUserInterface::Init(Team* team, UserInterfaceListener* listener)
ReportUserInterface::Show()
ReportUserInterface::Terminate()
ReportUserInterface::Clone() const
ReportUserInterface::IsInteractive() const
class ReportUserInterface : public UserInterface,
ReportUserInterface(thread_id targetThread,
virtual ~ReportUserInterface();