KiCad PCB EDA Suite
|
Class DIALOG_PCM_PROGRESS_BASE. More...
#include <dialog_pcm_progress_base.h>
Public Member Functions | |
DIALOG_PCM_PROGRESS_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Applying Package Changes"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(600, 500), long style=wxCAPTION) | |
~DIALOG_PCM_PROGRESS_BASE () | |
Protected Member Functions | |
virtual void | OnCancelClicked (wxCommandEvent &event) |
virtual void | OnCloseClicked (wxCommandEvent &event) |
Protected Attributes | |
wxPanel * | m_panelDownload |
wxStaticText * | m_downloadText |
wxGauge * | m_downloadGauge |
wxPanel * | m_panel2 |
wxGauge * | m_overallGauge |
WX_HTML_REPORT_BOX * | m_reporter |
wxButton * | m_buttonCancel |
wxButton * | m_buttonClose |
Class DIALOG_PCM_PROGRESS_BASE.
Definition at line 37 of file dialog_pcm_progress_base.h.
DIALOG_PCM_PROGRESS_BASE::DIALOG_PCM_PROGRESS_BASE | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxString & | title = _("Applying Package Changes") , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize( 600,500 ) , |
||
long | style = wxCAPTION |
||
) |
Definition at line 12 of file dialog_pcm_progress_base.cpp.
References _, m_buttonCancel, m_buttonClose, m_downloadGauge, m_downloadText, m_overallGauge, m_panel2, m_panelDownload, m_reporter, OnCancelClicked(), and OnCloseClicked().
DIALOG_PCM_PROGRESS_BASE::~DIALOG_PCM_PROGRESS_BASE | ( | ) |
Definition at line 97 of file dialog_pcm_progress_base.cpp.
References m_buttonCancel, m_buttonClose, OnCancelClicked(), and OnCloseClicked().
|
inlineprotectedvirtual |
Reimplemented in DIALOG_PCM_PROGRESS.
Definition at line 52 of file dialog_pcm_progress_base.h.
Referenced by DIALOG_PCM_PROGRESS_BASE(), and ~DIALOG_PCM_PROGRESS_BASE().
|
inlineprotectedvirtual |
Reimplemented in DIALOG_PCM_PROGRESS.
Definition at line 53 of file dialog_pcm_progress_base.h.
Referenced by DIALOG_PCM_PROGRESS_BASE(), and ~DIALOG_PCM_PROGRESS_BASE().
|
protected |
Definition at line 48 of file dialog_pcm_progress_base.h.
Referenced by DIALOG_PCM_PROGRESS_BASE(), DIALOG_PCM_PROGRESS::updateUI(), and ~DIALOG_PCM_PROGRESS_BASE().
|
protected |
Definition at line 49 of file dialog_pcm_progress_base.h.
Referenced by DIALOG_PCM_PROGRESS_BASE(), DIALOG_PCM_PROGRESS::updateUI(), and ~DIALOG_PCM_PROGRESS_BASE().
|
protected |
Definition at line 44 of file dialog_pcm_progress_base.h.
Referenced by DIALOG_PCM_PROGRESS::DIALOG_PCM_PROGRESS(), DIALOG_PCM_PROGRESS_BASE(), and DIALOG_PCM_PROGRESS::updateUI().
|
protected |
Definition at line 43 of file dialog_pcm_progress_base.h.
Referenced by DIALOG_PCM_PROGRESS_BASE(), and DIALOG_PCM_PROGRESS::updateUI().
|
protected |
Definition at line 46 of file dialog_pcm_progress_base.h.
Referenced by DIALOG_PCM_PROGRESS::DIALOG_PCM_PROGRESS(), DIALOG_PCM_PROGRESS_BASE(), and DIALOG_PCM_PROGRESS::updateUI().
|
protected |
Definition at line 45 of file dialog_pcm_progress_base.h.
Referenced by DIALOG_PCM_PROGRESS_BASE().
|
protected |
Definition at line 42 of file dialog_pcm_progress_base.h.
Referenced by DIALOG_PCM_PROGRESS::DIALOG_PCM_PROGRESS(), and DIALOG_PCM_PROGRESS_BASE().
|
protected |
Definition at line 47 of file dialog_pcm_progress_base.h.
Referenced by DIALOG_PCM_PROGRESS::DIALOG_PCM_PROGRESS(), DIALOG_PCM_PROGRESS_BASE(), DIALOG_PCM_PROGRESS::OnCancelClicked(), and DIALOG_PCM_PROGRESS::updateUI().