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

Class DIALOG_PCM_PROGRESS_BASE. More...

#include <dialog_pcm_progress_base.h>

Inheritance diagram for DIALOG_PCM_PROGRESS_BASE:
DIALOG_PCM_PROGRESS

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_BOXm_reporter
 
wxButton * m_buttonCancel
 
wxButton * m_buttonClose
 

Detailed Description

Class DIALOG_PCM_PROGRESS_BASE.

Definition at line 37 of file dialog_pcm_progress_base.h.

Constructor & Destructor Documentation

◆ DIALOG_PCM_PROGRESS_BASE()

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 
)

◆ ~DIALOG_PCM_PROGRESS_BASE()

DIALOG_PCM_PROGRESS_BASE::~DIALOG_PCM_PROGRESS_BASE ( )

Member Function Documentation

◆ OnCancelClicked()

virtual void DIALOG_PCM_PROGRESS_BASE::OnCancelClicked ( wxCommandEvent &  event)
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().

◆ OnCloseClicked()

virtual void DIALOG_PCM_PROGRESS_BASE::OnCloseClicked ( wxCommandEvent &  event)
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().

Member Data Documentation

◆ m_buttonCancel

wxButton* DIALOG_PCM_PROGRESS_BASE::m_buttonCancel
protected

◆ m_buttonClose

wxButton* DIALOG_PCM_PROGRESS_BASE::m_buttonClose
protected

◆ m_downloadGauge

wxGauge* DIALOG_PCM_PROGRESS_BASE::m_downloadGauge
protected

◆ m_downloadText

wxStaticText* DIALOG_PCM_PROGRESS_BASE::m_downloadText
protected

◆ m_overallGauge

wxGauge* DIALOG_PCM_PROGRESS_BASE::m_overallGauge
protected

◆ m_panel2

wxPanel* DIALOG_PCM_PROGRESS_BASE::m_panel2
protected

Definition at line 45 of file dialog_pcm_progress_base.h.

Referenced by DIALOG_PCM_PROGRESS_BASE().

◆ m_panelDownload

wxPanel* DIALOG_PCM_PROGRESS_BASE::m_panelDownload
protected

◆ m_reporter


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