42                          const wxString& aDialogTitle );
 
   44    void OnClose( wxCloseEvent& aEvent ) 
override;
 
   45    void OnApply( wxCommandEvent& event ) 
override;
 
   46    void OnOK( wxCommandEvent& event ) 
override;
 
 
DIALOG_BOOK_REPORTER_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Report"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
void OnErrorLinkClicked(wxHtmlLinkEvent &aEvent)
 
void OnOK(wxCommandEvent &event) override
 
void OnClose(wxCloseEvent &aEvent) override
 
void OnApply(wxCommandEvent &event) override
 
DIALOG_BOOK_REPORTER(KIWAY_PLAYER *aParent, const wxString &aName, const wxString &aDialogTitle)
 
wxPanel * AddBlankPage(const wxString &aTitle)
 
KIID GetUserItemID() const
 
WX_HTML_REPORT_BOX * AddHTMLPage(const wxString &aTitle)
 
void SetUserItemID(const KIID &aID)
 
A wxFrame capable of the OpenProjectFiles function, meaning it can load a portion of a KiCad project.
 
A slimmed down version of WX_HTML_REPORT_PANEL.
 
wxDECLARE_EVENT(EDA_EVT_CLOSE_DIALOG_BOOK_REPORTER, wxCommandEvent)
Event sent to parent when dialog is mode-less.