KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_pcm_progress_base.h
Go to the documentation of this file.
1
2
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
3
// http://www.wxformbuilder.org/
4
//
5
// PLEASE DO *NOT* EDIT THIS FILE!
7
8
#pragma once
9
10
#include <wx/artprov.h>
11
#include <wx/xrc/xmlres.h>
12
#include <wx/intl.h>
13
#include "
widgets/wx_html_report_box.h
"
14
#include <wx/string.h>
15
#include <wx/stattext.h>
16
#include <wx/gdicmn.h>
17
#include <wx/font.h>
18
#include <wx/colour.h>
19
#include <wx/settings.h>
20
#include <wx/gauge.h>
21
#include <wx/sizer.h>
22
#include <wx/statbox.h>
23
#include <wx/panel.h>
24
#include <wx/html/htmlwin.h>
25
#include <wx/button.h>
26
#include <wx/bitmap.h>
27
#include <wx/image.h>
28
#include <wx/icon.h>
29
#include <wx/dialog.h>
30
32
33
37
class
DIALOG_PCM_PROGRESS_BASE
:
public
wxDialog
38
{
39
private
:
40
41
protected
:
42
wxPanel*
m_panelDownload
;
43
wxStaticText*
m_downloadText
;
44
wxGauge*
m_downloadGauge
;
45
wxPanel*
m_panel2
;
46
wxGauge*
m_overallGauge
;
47
WX_HTML_REPORT_BOX
*
m_reporter
;
48
wxButton*
m_buttonCancel
;
49
wxButton*
m_buttonClose
;
50
51
// Virtual event handlers, override them in your derived class
52
virtual
void
OnCancelClicked
( wxCommandEvent& event ) {
event
.Skip(); }
53
virtual
void
OnCloseClicked
( wxCommandEvent& event ) {
event
.Skip(); }
54
55
56
public
:
57
58
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 );
59
60
~DIALOG_PCM_PROGRESS_BASE
();
61
62
};
63
DIALOG_PCM_PROGRESS_BASE::m_panel2
wxPanel * m_panel2
Definition
dialog_pcm_progress_base.h:45
DIALOG_PCM_PROGRESS_BASE::OnCancelClicked
virtual void OnCancelClicked(wxCommandEvent &event)
Definition
dialog_pcm_progress_base.h:52
DIALOG_PCM_PROGRESS_BASE::~DIALOG_PCM_PROGRESS_BASE
~DIALOG_PCM_PROGRESS_BASE()
Definition
dialog_pcm_progress_base.cpp:97
DIALOG_PCM_PROGRESS_BASE::m_panelDownload
wxPanel * m_panelDownload
Definition
dialog_pcm_progress_base.h:42
DIALOG_PCM_PROGRESS_BASE::m_buttonCancel
wxButton * m_buttonCancel
Definition
dialog_pcm_progress_base.h:48
DIALOG_PCM_PROGRESS_BASE::OnCloseClicked
virtual void OnCloseClicked(wxCommandEvent &event)
Definition
dialog_pcm_progress_base.h:53
DIALOG_PCM_PROGRESS_BASE::m_downloadGauge
wxGauge * m_downloadGauge
Definition
dialog_pcm_progress_base.h:44
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)
Definition
dialog_pcm_progress_base.cpp:12
DIALOG_PCM_PROGRESS_BASE::m_downloadText
wxStaticText * m_downloadText
Definition
dialog_pcm_progress_base.h:43
DIALOG_PCM_PROGRESS_BASE::m_buttonClose
wxButton * m_buttonClose
Definition
dialog_pcm_progress_base.h:49
DIALOG_PCM_PROGRESS_BASE::m_reporter
WX_HTML_REPORT_BOX * m_reporter
Definition
dialog_pcm_progress_base.h:47
DIALOG_PCM_PROGRESS_BASE::m_overallGauge
wxGauge * m_overallGauge
Definition
dialog_pcm_progress_base.h:46
WX_HTML_REPORT_BOX
A slimmed down version of WX_HTML_REPORT_PANEL.
Definition
wx_html_report_box.h:32
_
#define _(s)
Definition
eda_3d_actions.cpp:36
wx_html_report_box.h
src
kicad
pcm
dialogs
dialog_pcm_progress_base.h
Generated on Sun Sep 21 2025 01:05:26 for KiCad PCB EDA Suite by
1.13.2