KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_bom_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>
14
15#include "dialog_shim.h"
16#include <wx/string.h>
17#include <wx/stattext.h>
18#include <wx/gdicmn.h>
19#include <wx/font.h>
20#include <wx/colour.h>
21#include <wx/settings.h>
22#include <wx/listbox.h>
23#include <wx/sizer.h>
24#include <wx/textctrl.h>
25#include <wx/bmpbuttn.h>
26#include <wx/bitmap.h>
27#include <wx/image.h>
28#include <wx/icon.h>
29#include <wx/button.h>
30#include <wx/checkbox.h>
31#include <wx/dialog.h>
32
34
39{
40 private:
41
42 protected:
43 enum
44 {
47 };
48
50 wxListBox* m_lbGenerators;
51 wxStaticText* m_staticTextName;
52 wxTextCtrl* m_textCtrlName;
53 wxTextCtrl* m_Messages;
57 wxStaticText* m_staticTextCmd;
58 wxTextCtrl* m_textCtrlCommand;
60 wxButton* m_buttonReset;
61 wxStdDialogButtonSizer* m_sdbSizer;
62 wxButton* m_sdbSizerOK;
64 wxButton* m_sdbSizerHelp;
65
66 // Virtual event handlers, override them in your derived class
67 virtual void OnIdle( wxIdleEvent& event ) { event.Skip(); }
68 virtual void OnGeneratorSelected( wxCommandEvent& event ) { event.Skip(); }
69 virtual void OnNameEdited( wxCommandEvent& event ) { event.Skip(); }
70 virtual void OnAddGenerator( wxCommandEvent& event ) { event.Skip(); }
71 virtual void OnEditGenerator( wxCommandEvent& event ) { event.Skip(); }
72 virtual void OnRemoveGenerator( wxCommandEvent& event ) { event.Skip(); }
73 virtual void OnCommandLineEdited( wxCommandEvent& event ) { event.Skip(); }
74 virtual void OnShowConsoleChanged( wxCommandEvent& event ) { event.Skip(); }
75 virtual void OnHelp( wxCommandEvent& event ) { event.Skip(); }
76 virtual void OnRunGenerator( wxCommandEvent& event ) { event.Skip(); }
77
78
79 public:
80
81 DIALOG_BOM_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Bill of Materials"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
82
84
85};
86
Class DIALOG_BOM_BASE.
wxButton * m_buttonReset
virtual void OnNameEdited(wxCommandEvent &event)
virtual void OnIdle(wxIdleEvent &event)
wxStaticText * m_staticTextCmd
wxStdDialogButtonSizer * m_sdbSizer
STD_BITMAP_BUTTON * m_buttonEdit
wxTextCtrl * m_textCtrlName
virtual void OnHelp(wxCommandEvent &event)
virtual void OnRemoveGenerator(wxCommandEvent &event)
wxStaticText * m_staticTextName
wxButton * m_sdbSizerCancel
STD_BITMAP_BUTTON * m_buttonAddGenerator
virtual void OnShowConsoleChanged(wxCommandEvent &event)
wxButton * m_sdbSizerHelp
virtual void OnRunGenerator(wxCommandEvent &event)
virtual void OnGeneratorSelected(wxCommandEvent &event)
virtual void OnAddGenerator(wxCommandEvent &event)
STD_BITMAP_BUTTON * m_buttonDelGenerator
wxTextCtrl * m_Messages
wxCheckBox * m_checkBoxShowConsole
virtual void OnCommandLineEdited(wxCommandEvent &event)
virtual void OnEditGenerator(wxCommandEvent &event)
wxStaticText * m_staticTextGeneratorTitle
wxTextCtrl * m_textCtrlCommand
wxListBox * m_lbGenerators
wxButton * m_sdbSizerOK
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:84
A bitmap button widget that behaves like a standard dialog button except with an icon.
#define _(s)