KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_layer_selection_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>
14class WX_GRID;
15
16#include "dialog_shim.h"
17#include <wx/colour.h>
18#include <wx/settings.h>
19#include <wx/string.h>
20#include <wx/font.h>
21#include <wx/grid.h>
22#include <wx/gdicmn.h>
23#include <wx/sizer.h>
24#include <wx/dialog.h>
25#include <wx/stattext.h>
26#include <wx/bmpbuttn.h>
27#include <wx/bitmap.h>
28#include <wx/image.h>
29#include <wx/icon.h>
30#include <wx/button.h>
31#include <wx/statbox.h>
32
34
39{
40 private:
41
42 protected:
45
46 // Virtual event handlers, override them in your derived class
47 virtual void OnMouseMove( wxUpdateUIEvent& event ) { event.Skip(); }
48 virtual void OnLeftGridCellClick( wxGridEvent& event ) { event.Skip(); }
49 virtual void OnLeftButtonReleased( wxMouseEvent& event ) { event.Skip(); }
50 virtual void OnRightGridCellClick( wxGridEvent& event ) { event.Skip(); }
51
52
53 public:
54
55 DIALOG_LAYER_SELECTION_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Select Layer"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
56
58
59};
60
65{
66 private:
67
68 protected:
69 wxStaticText* m_staticTextTopLayer;
73 wxBitmapButton* m_addToPresetsButton;
76 wxStdDialogButtonSizer* m_sdbSizer;
77 wxButton* m_sdbSizerOK;
79
80 public:
81
82 DIALOG_COPPER_LAYER_PAIR_SELECTION_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Select Copper Layer Pair"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
83
85
86};
87
Class DIALOG_COPPER_LAYER_PAIR_SELECTION_BASE.
Class DIALOG_LAYER_SELECTION_BASE.
virtual void OnMouseMove(wxUpdateUIEvent &event)
virtual void OnRightGridCellClick(wxGridEvent &event)
virtual void OnLeftGridCellClick(wxGridEvent &event)
virtual void OnLeftButtonReleased(wxMouseEvent &event)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:88
A bitmap button widget that behaves like a standard dialog button except with an icon.
#define _(s)