20 #ifndef WX_HTML_REPORT_BOX_H 21 #define WX_HTML_REPORT_BOX_H 26 #include <wx/html/htmlwin.h> 36 const wxPoint& pos = wxDefaultPosition,
37 const wxSize& size = wxSize( 500,300 ),
long style = wxTAB_TRAVERSAL );
52 wxString
addHeader(
const wxString& aBody );
65 #endif //WX_HTML_REPORT_BOX_H void SetUnits(EDA_UNITS aUnits)
wxString addHeader(const wxString &aBody)
A slimmed down version of WX_HTML_REPORT_PANEL.
REPORTER & Report(const wxString &aText, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED) override
Report a string with a given severity.
A pure virtual class used to derive REPORTER objects from.
std::vector< wxString > m_messages
bool HasMessage() const override
Returns true if the reporter client is non-empty.
bool m_immediateMode
copy of the report, stored for filtering
EDA_UNITS GetUnits() const override
wxString generateHtml(const wxString &aLine)
WX_HTML_REPORT_BOX(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(500, 300), long style=wxTAB_TRAVERSAL)