KiCad PCB EDA Suite
panel_3D_colors_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>
13class COLOR_SWATCH;
14
16#include <wx/string.h>
17#include <wx/stattext.h>
18#include <wx/gdicmn.h>
19#include <wx/font.h>
20#include <wx/colour.h>
21#include <wx/settings.h>
22#include <wx/statline.h>
23#include <wx/sizer.h>
24#include <wx/radiobut.h>
25#include <wx/panel.h>
26
28
29
34{
35 private:
36
37 protected:
38 wxStaticText* m_environmentLable;
39 wxStaticLine* m_staticline1;
40 wxStaticText* backgroundTopLabel;
42 wxStaticText* backgroundBotLabel;
44 wxStaticText* solderPasteLabel;
46 wxStaticText* m_boardColorsLabel;
47 wxStaticLine* m_staticline2;
48 wxRadioButton* m_boardStackupRB;
49 wxRadioButton* m_specificColorsRB;
50 wxStaticText* silkscreenTopLabel;
52 wxStaticText* silkscreenBottomLabel;
54 wxStaticText* solderMaskTopLabel;
56 wxStaticText* solderMaskBottomLabel;
58 wxStaticText* surfaceFinishLabel;
60 wxStaticText* boardBodyLabel;
62
63 public:
64
65 PANEL_3D_COLORS_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 );
66
68
69};
70
const char * name
Definition: DXF_plotter.cpp:56
A simple color swatch of the kind used to set layer colors.
Definition: color_swatch.h:57
Class PANEL_3D_COLORS_BASE.
COLOR_SWATCH * m_silkscreenBottom
COLOR_SWATCH * m_silkscreenTop
wxStaticLine * m_staticline1
wxStaticText * solderPasteLabel
wxStaticText * solderMaskTopLabel
wxStaticText * silkscreenBottomLabel
COLOR_SWATCH * m_backgroundTop
wxStaticText * solderMaskBottomLabel
wxRadioButton * m_specificColorsRB
wxStaticLine * m_staticline2
wxStaticText * surfaceFinishLabel
wxStaticText * backgroundTopLabel
COLOR_SWATCH * m_solderMaskTop
wxStaticText * backgroundBotLabel
wxRadioButton * m_boardStackupRB
COLOR_SWATCH * m_surfaceFinish
wxStaticText * m_boardColorsLabel
COLOR_SWATCH * m_backgroundBottom
wxStaticText * silkscreenTopLabel
COLOR_SWATCH * m_solderPaste
wxStaticText * m_environmentLable
PANEL_3D_COLORS_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)
wxStaticText * boardBodyLabel
COLOR_SWATCH * m_solderMaskBottom
A wxPanel that is designed to be reset in a standard manner.