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.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>
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
33{
34 private:
35
36 protected:
37 wxBoxSizer* m_sizerOuter;
38 wxPanel* m_panelLayers;
39 wxBoxSizer* m_panelLayersSizer;
40 wxScrolledCanvas* m_windowLayers;
41 wxStaticLine* m_staticline1;
42 wxStaticText* m_presetsLabel;
44 wxStaticText* m_viewportsLabel;
45 wxChoice* m_cbViewports;
46
47 // Virtual event handlers, override them in your derived class
48 virtual void OnSetFocus( wxFocusEvent& event ) { event.Skip(); }
49 virtual void OnSize( wxSizeEvent& event ) { event.Skip(); }
50 virtual void onLayerPresetChanged( wxCommandEvent& event ) { event.Skip(); }
51 virtual void onViewportChanged( wxCommandEvent& event ) { event.Skip(); }
52 virtual void onUpdateViewportsCb( wxUpdateUIEvent& event ) { event.Skip(); }
53
54
55 public:
56
57 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 );
58
60
61};
62
const char * name
Definition: DXF_plotter.cpp:59
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)