KiCad PCB EDA Suite
|
Class DIALOG_ABOUT_BASE. More...
#include <dialog_about_base.h>
Public Member Functions | |
DIALOG_ABOUT_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("About"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(570, 500), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER) | |
~DIALOG_ABOUT_BASE () | |
Protected Member Functions | |
virtual void | onCopyVersionInfo (wxCommandEvent &event) |
virtual void | onReportBug (wxCommandEvent &event) |
virtual void | onDonateClick (wxCommandEvent &event) |
virtual void | OnNotebookPageChanged (wxNotebookEvent &event) |
Protected Attributes | |
wxStaticBitmap * | m_bitmapApp |
wxStaticText * | m_staticTextAppTitle |
wxStaticText * | m_staticTextCopyright |
wxStaticText * | m_staticTextBuildVersion |
wxStaticText * | m_staticTextLibVersion |
wxButton * | m_btCopyVersionInfo |
wxButton * | m_btReportBug |
wxButton * | m_btDonate |
wxNotebook * | m_notebook |
wxButton * | m_btOk |
Class DIALOG_ABOUT_BASE.
Definition at line 33 of file dialog_about_base.h.
DIALOG_ABOUT_BASE::DIALOG_ABOUT_BASE | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxString & | title = _("About") , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize( 570,500 ) , |
||
long | style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER |
||
) |
Definition at line 12 of file dialog_about_base.cpp.
References _, m_bitmapApp, m_btCopyVersionInfo, m_btDonate, m_btOk, m_btReportBug, m_notebook, m_staticTextAppTitle, m_staticTextBuildVersion, m_staticTextCopyright, m_staticTextLibVersion, onCopyVersionInfo(), onDonateClick(), OnNotebookPageChanged(), and onReportBug().
DIALOG_ABOUT_BASE::~DIALOG_ABOUT_BASE | ( | ) |
Definition at line 113 of file dialog_about_base.cpp.
References m_btCopyVersionInfo, m_btDonate, m_btReportBug, m_notebook, onCopyVersionInfo(), onDonateClick(), OnNotebookPageChanged(), and onReportBug().
|
inlineprotectedvirtual |
Reimplemented in DIALOG_ABOUT.
Definition at line 50 of file dialog_about_base.h.
Referenced by DIALOG_ABOUT_BASE(), and ~DIALOG_ABOUT_BASE().
|
inlineprotectedvirtual |
Reimplemented in DIALOG_ABOUT.
Definition at line 52 of file dialog_about_base.h.
Referenced by DIALOG_ABOUT_BASE(), and ~DIALOG_ABOUT_BASE().
|
inlineprotectedvirtual |
Reimplemented in DIALOG_ABOUT.
Definition at line 53 of file dialog_about_base.h.
Referenced by DIALOG_ABOUT_BASE(), and ~DIALOG_ABOUT_BASE().
|
inlineprotectedvirtual |
Reimplemented in DIALOG_ABOUT.
Definition at line 51 of file dialog_about_base.h.
Referenced by DIALOG_ABOUT_BASE(), and ~DIALOG_ABOUT_BASE().
|
protected |
Definition at line 38 of file dialog_about_base.h.
Referenced by DIALOG_ABOUT::DIALOG_ABOUT(), and DIALOG_ABOUT_BASE().
|
protected |
Definition at line 43 of file dialog_about_base.h.
Referenced by DIALOG_ABOUT_BASE(), DIALOG_ABOUT::onCopyVersionInfo(), and ~DIALOG_ABOUT_BASE().
|
protected |
Definition at line 45 of file dialog_about_base.h.
Referenced by DIALOG_ABOUT_BASE(), and ~DIALOG_ABOUT_BASE().
|
protected |
Definition at line 47 of file dialog_about_base.h.
Referenced by DIALOG_ABOUT_BASE().
|
protected |
Definition at line 44 of file dialog_about_base.h.
Referenced by DIALOG_ABOUT_BASE(), and ~DIALOG_ABOUT_BASE().
|
protected |
Definition at line 46 of file dialog_about_base.h.
Referenced by DIALOG_ABOUT::createNotebooks(), DIALOG_ABOUT::DIALOG_ABOUT(), DIALOG_ABOUT_BASE(), DIALOG_ABOUT::OnNotebookPageChanged(), and ~DIALOG_ABOUT_BASE().
|
protected |
Definition at line 39 of file dialog_about_base.h.
Referenced by DIALOG_ABOUT::DIALOG_ABOUT(), and DIALOG_ABOUT_BASE().
|
protected |
Definition at line 41 of file dialog_about_base.h.
Referenced by DIALOG_ABOUT::DIALOG_ABOUT(), and DIALOG_ABOUT_BASE().
|
protected |
Definition at line 40 of file dialog_about_base.h.
Referenced by DIALOG_ABOUT::DIALOG_ABOUT(), and DIALOG_ABOUT_BASE().
|
protected |
Definition at line 42 of file dialog_about_base.h.
Referenced by DIALOG_ABOUT::DIALOG_ABOUT(), and DIALOG_ABOUT_BASE().