KiCad PCB EDA Suite
Loading...
Searching...
No Matches
DIALOG_ABOUT_BASE Class Reference

Class DIALOG_ABOUT_BASE. More...

#include <dialog_about_base.h>

Inheritance diagram for DIALOG_ABOUT_BASE:
DIALOG_ABOUT

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
 

Detailed Description

Class DIALOG_ABOUT_BASE.

Definition at line 33 of file dialog_about_base.h.

Constructor & Destructor Documentation

◆ DIALOG_ABOUT_BASE()

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 
)

◆ ~DIALOG_ABOUT_BASE()

DIALOG_ABOUT_BASE::~DIALOG_ABOUT_BASE ( )

Member Function Documentation

◆ onCopyVersionInfo()

virtual void DIALOG_ABOUT_BASE::onCopyVersionInfo ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in DIALOG_ABOUT.

Definition at line 50 of file dialog_about_base.h.

Referenced by DIALOG_ABOUT_BASE(), and ~DIALOG_ABOUT_BASE().

◆ onDonateClick()

virtual void DIALOG_ABOUT_BASE::onDonateClick ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in DIALOG_ABOUT.

Definition at line 52 of file dialog_about_base.h.

Referenced by DIALOG_ABOUT_BASE(), and ~DIALOG_ABOUT_BASE().

◆ OnNotebookPageChanged()

virtual void DIALOG_ABOUT_BASE::OnNotebookPageChanged ( wxNotebookEvent &  event)
inlineprotectedvirtual

Reimplemented in DIALOG_ABOUT.

Definition at line 53 of file dialog_about_base.h.

Referenced by DIALOG_ABOUT_BASE(), and ~DIALOG_ABOUT_BASE().

◆ onReportBug()

virtual void DIALOG_ABOUT_BASE::onReportBug ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in DIALOG_ABOUT.

Definition at line 51 of file dialog_about_base.h.

Referenced by DIALOG_ABOUT_BASE(), and ~DIALOG_ABOUT_BASE().

Member Data Documentation

◆ m_bitmapApp

wxStaticBitmap* DIALOG_ABOUT_BASE::m_bitmapApp
protected

Definition at line 38 of file dialog_about_base.h.

Referenced by DIALOG_ABOUT::DIALOG_ABOUT(), and DIALOG_ABOUT_BASE().

◆ m_btCopyVersionInfo

wxButton* DIALOG_ABOUT_BASE::m_btCopyVersionInfo
protected

◆ m_btDonate

wxButton* DIALOG_ABOUT_BASE::m_btDonate
protected

Definition at line 45 of file dialog_about_base.h.

Referenced by DIALOG_ABOUT_BASE(), and ~DIALOG_ABOUT_BASE().

◆ m_btOk

wxButton* DIALOG_ABOUT_BASE::m_btOk
protected

Definition at line 47 of file dialog_about_base.h.

Referenced by DIALOG_ABOUT_BASE().

◆ m_btReportBug

wxButton* DIALOG_ABOUT_BASE::m_btReportBug
protected

Definition at line 44 of file dialog_about_base.h.

Referenced by DIALOG_ABOUT_BASE(), and ~DIALOG_ABOUT_BASE().

◆ m_notebook

wxNotebook* DIALOG_ABOUT_BASE::m_notebook
protected

◆ m_staticTextAppTitle

wxStaticText* DIALOG_ABOUT_BASE::m_staticTextAppTitle
protected

Definition at line 39 of file dialog_about_base.h.

Referenced by DIALOG_ABOUT::DIALOG_ABOUT(), and DIALOG_ABOUT_BASE().

◆ m_staticTextBuildVersion

wxStaticText* DIALOG_ABOUT_BASE::m_staticTextBuildVersion
protected

Definition at line 41 of file dialog_about_base.h.

Referenced by DIALOG_ABOUT::DIALOG_ABOUT(), and DIALOG_ABOUT_BASE().

◆ m_staticTextCopyright

wxStaticText* DIALOG_ABOUT_BASE::m_staticTextCopyright
protected

Definition at line 40 of file dialog_about_base.h.

Referenced by DIALOG_ABOUT::DIALOG_ABOUT(), and DIALOG_ABOUT_BASE().

◆ m_staticTextLibVersion

wxStaticText* DIALOG_ABOUT_BASE::m_staticTextLibVersion
protected

Definition at line 42 of file dialog_about_base.h.

Referenced by DIALOG_ABOUT::DIALOG_ABOUT(), and DIALOG_ABOUT_BASE().


The documentation for this class was generated from the following files: