KiCad PCB EDA Suite
Loading...
Searching...
No Matches
appearance_controls_3D_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf)
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_panel.h"
14#include <wx/scrolwin.h>
15#include <wx/grid.h> // needed for MSVC to see wxScrolledCanvas indirectly exported
16#include <wx/gdicmn.h>
17#include <wx/font.h>
18#include <wx/colour.h>
19#include <wx/settings.h>
20#include <wx/string.h>
21#include <wx/sizer.h>
22#include <wx/panel.h>
23#include <wx/statline.h>
24#include <wx/stattext.h>
25#include <wx/choice.h>
26
28
29
34{
35 private:
36
37 protected:
38 wxBoxSizer* m_sizerOuter;
39 wxPanel* m_panelLayers;
40 wxBoxSizer* m_panelLayersSizer;
41 wxScrolledCanvas* m_windowLayers;
42 wxStaticLine* m_staticline1;
43 wxStaticText* m_presetsLabel;
45 wxStaticText* m_viewportsLabel;
46 wxChoice* m_cbViewports;
47
48 // Virtual event handlers, override them in your derived class
49 virtual void OnSetFocus( wxFocusEvent& event ) { event.Skip(); }
50 virtual void OnSize( wxSizeEvent& event ) { event.Skip(); }
51 virtual void onLayerPresetChanged( wxCommandEvent& event ) { event.Skip(); }
52 virtual void onViewportChanged( wxCommandEvent& event ) { event.Skip(); }
53 virtual void onUpdateViewportsCb( wxUpdateUIEvent& event ) { event.Skip(); }
54
55
56 public:
57
58 APPEARANCE_CONTROLS_3D_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
59
61
62};
63
const char * name
Definition: DXF_plotter.cpp:57
Class APPEARANCE_CONTROLS_3D_BASE.
virtual void onViewportChanged(wxCommandEvent &event)
virtual void OnSetFocus(wxFocusEvent &event)
virtual void onUpdateViewportsCb(wxUpdateUIEvent &event)
virtual void OnSize(wxSizeEvent &event)
virtual void onLayerPresetChanged(wxCommandEvent &event)