KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_print_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6)
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/panel.h>
17#include <wx/gdicmn.h>
18#include <wx/font.h>
19#include <wx/colour.h>
20#include <wx/settings.h>
21#include <wx/string.h>
22#include <wx/sizer.h>
23#include <wx/checkbox.h>
24#include <wx/stattext.h>
25#include <wx/choice.h>
26#include <wx/button.h>
27#include <wx/bitmap.h>
28#include <wx/image.h>
29#include <wx/icon.h>
30#include <wx/dialog.h>
31
33
38{
39 private:
40
41 protected:
43 wxCheckBox* m_checkReference;
44 wxStaticText* m_staticText1;
45 wxChoice* m_colorPrint;
48 wxChoice* m_colorTheme;
50 wxStdDialogButtonSizer* m_sdbSizer;
51 wxButton* m_sdbSizerOK;
52 wxButton* m_sdbSizerApply;
54
55 // Virtual event handlers, override them in your derived class
56 virtual void OnCloseWindow( wxCloseEvent& event ) { event.Skip(); }
57 virtual void OnOutputChoice( wxCommandEvent& event ) { event.Skip(); }
58 virtual void OnUseColorThemeChecked( wxCommandEvent& event ) { event.Skip(); }
59 virtual void OnPageSetup( wxCommandEvent& event ) { event.Skip(); }
60 virtual void OnPrintPreview( wxCommandEvent& event ) { event.Skip(); }
61
62
63 public:
64
65 DIALOG_PRINT_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Print"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
66
68
69};
70
Class DIALOG_PRINT_BASE.
wxStaticText * m_staticText1
wxButton * m_buttonPageSetup
wxCheckBox * m_checkBackgroundColor
virtual void OnOutputChoice(wxCommandEvent &event)
virtual void OnUseColorThemeChecked(wxCommandEvent &event)
wxButton * m_sdbSizerApply
virtual void OnPrintPreview(wxCommandEvent &event)
virtual void OnPageSetup(wxCommandEvent &event)
wxStdDialogButtonSizer * m_sdbSizer
PANEL_PRINTER_LIST * m_panelPrinters
wxCheckBox * m_checkUseColorTheme
virtual void OnCloseWindow(wxCloseEvent &event)
wxButton * m_sdbSizerCancel
wxCheckBox * m_checkReference
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:52
#define _(s)