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 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 "dialog_shim.h"
14#include <wx/colour.h>
15#include <wx/settings.h>
16#include <wx/string.h>
17#include <wx/font.h>
18#include <wx/grid.h>
19#include <wx/gdicmn.h>
20#include <wx/sizer.h>
21#include <wx/dialog.h>
22#include <wx/stattext.h>
23#include <wx/button.h>
24
26
27#define ID_LEFT_LIST 1000
28#define ID_RIGHT_LIST 1001
29
34{
35 private:
36
37 protected:
40
41 // Virtual event handlers, override them in your derived class
42 virtual void OnMouseMove( wxUpdateUIEvent& event ) { event.Skip(); }
43 virtual void OnLeftGridCellClick( wxGridEvent& event ) { event.Skip(); }
44 virtual void OnLeftButtonReleased( wxMouseEvent& event ) { event.Skip(); }
45 virtual void OnRightGridCellClick( wxGridEvent& event ) { event.Skip(); }
46
47
48 public:
49
50 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 );
51
53
54};
55
60{
61 private:
62
63 protected:
64 wxStaticText* m_staticTextTopLayer;
68 wxStdDialogButtonSizer* m_sdbSizer;
69 wxButton* m_sdbSizerOK;
71
72 // Virtual event handlers, override them in your derived class
73 virtual void OnLeftGridCellClick( wxGridEvent& event ) { event.Skip(); }
74 virtual void OnRightGridCellClick( wxGridEvent& event ) { event.Skip(); }
75
76
77 public:
78
79 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 );
80
82
83};
84
Class DIALOG_COPPER_LAYER_PAIR_SELECTION_BASE.
virtual void OnLeftGridCellClick(wxGridEvent &event)
virtual void OnRightGridCellClick(wxGridEvent &event)
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:84
#define _(s)