#include <HTMLFrame.h>
|
| | HTMLFrame (wxWindow *parent) |
| |
|
| HTMLFrameBase (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(500, 300), long style=wxCAPTION|wxDEFAULT_FRAME_STYLE|wxFRAME_TOOL_WINDOW|wxTAB_TRAVERSAL) |
| |
|
| void | OnHTMLPrintButton (wxCommandEvent &event) |
| |
| void | OnHTMLPreviewButton (wxCommandEvent &event) |
| |
| void | OnClose (wxCloseEvent &event) |
| |
| void | OnCloseButton (wxCommandEvent &event) |
| |
|
virtual void | OnClose (wxCloseEvent &event) |
| |
|
virtual void | OnHTMLPreviewButton (wxCommandEvent &event) |
| |
|
virtual void | OnHTMLPrintButton (wxCommandEvent &event) |
| |
|
virtual void | OnCloseButton (wxCommandEvent &event) |
| |
|
|
wxHtmlEasyPrinting * | htmleasyprinting |
| |
|
wxPanel * | m_panel62 |
| |
|
wxButton * | m_HTMLPreviewButton |
| |
|
wxButton * | m_HTMLPrintButton |
| |
|
wxButton * | m_HTMLCloseButton |
| |
|
wxStatusBar * | m_statusBar2 |
| |
|
|
wxHtmlWindow * | m_HTMLWindow |
| |
Implementing HTMLFrameBase
◆ HTMLFrame()
| HTMLFrame::HTMLFrame |
( |
wxWindow * |
parent | ) |
|
◆ OnClose()
| void HTMLFrame::OnClose |
( |
wxCloseEvent & |
event | ) |
|
|
protectedvirtual |
◆ OnCloseButton()
| void HTMLFrame::OnCloseButton |
( |
wxCommandEvent & |
event | ) |
|
|
protectedvirtual |
◆ OnHTMLPreviewButton()
| void HTMLFrame::OnHTMLPreviewButton |
( |
wxCommandEvent & |
event | ) |
|
|
protectedvirtual |
◆ OnHTMLPrintButton()
| void HTMLFrame::OnHTMLPrintButton |
( |
wxCommandEvent & |
event | ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following files:
- C:/Users/paulm/source/repos/BT-MatML-Editor/include/GUI/HTMLFrame.h
- C:/Users/paulm/source/repos/BT-MatML-Editor/src/GUI/HTMLFrame.cpp