NCBI C++ ToolKit
|
Search Toolkit Book for CReportLoaderErrorsEx
CReportLoaderErrorsEx. More...
#include <gui/widgets/loaders/report_loader_errors.hpp>
Public Member Functions | |
CReportLoaderErrorsEx () | |
void | SetWorkDir (const wxString &workDir) |
Protected Member Functions | |
void | x_UpdateHTMLResults (const wxString &object, objects::CObjtoolsListener *errCont, const string &exception="", const string &error_msg="", const wxString &objectName=wxT("File:")) |
void | x_ShowErrorsDlg (const wxString &title) |
wxString | x_GetHTMLResults () const |
Private Attributes | |
wxStringOutputStream | m_Strstrm |
wxString | m_WorkDir |
Definition at line 81 of file report_loader_errors.hpp.
|
inline |
Definition at line 84 of file report_loader_errors.hpp.
|
inline |
Definition at line 85 of file report_loader_errors.hpp.
References m_WorkDir.
|
inlineprotected |
Definition at line 89 of file report_loader_errors.hpp.
References m_Strstrm.
|
protected |
Definition at line 108 of file report_loader_errors.cpp.
References CJobResultsDlg::Create(), m_Strstrm, m_WorkDir, NULL, CJobResultsDlg::SetHTML(), CJobResultsDlg::SetWorkDir(), and wxID_ANY.
Referenced by CGBFlatFileObjectLoader::PostExecute().
|
protected |
Definition at line 83 of file report_loader_errors.cpp.
References i, m_Strstrm, msg(), CNcbiDiag::SeverityName(), and wxT.
Referenced by CGBFlatFileObjectLoader::Execute().
|
private |
Definition at line 91 of file report_loader_errors.hpp.
Referenced by x_GetHTMLResults(), x_ShowErrorsDlg(), and x_UpdateHTMLResults().
|
private |
Definition at line 92 of file report_loader_errors.hpp.
Referenced by SetWorkDir(), and x_ShowErrorsDlg().