KiCad PCB EDA Suite
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Variables
a
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
Typedefs
a
c
e
f
i
k
l
m
n
o
p
s
v
w
Enumerations
c
d
f
g
l
m
n
o
p
q
r
s
t
v
Enumerator
a
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
u
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Related Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
KiCad Dev Docs
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
panel_rule_area_properties_keepout_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 <wx/string.h>
14
#include <wx/checkbox.h>
15
#include <wx/gdicmn.h>
16
#include <wx/font.h>
17
#include <wx/colour.h>
18
#include <wx/settings.h>
19
#include <wx/sizer.h>
20
#include <wx/panel.h>
21
23
27
class
PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE
:
public
wxPanel
28
{
29
private
:
30
31
protected
:
32
wxFlexGridSizer*
m_keepoutRuleSizer
;
33
34
public
:
35
wxCheckBox*
m_cbTracksCtrl
;
36
wxCheckBox*
m_cbViasCtrl
;
37
wxCheckBox*
m_cbPadsCtrl
;
38
wxCheckBox*
m_cbCopperPourCtrl
;
39
wxCheckBox*
m_cbFootprintsCtrl
;
40
41
PANEL_RULE_AREA_PROPERTIES_KEEPOUT_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 );
42
43
~PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE
();
44
45
};
46
name
const char * name
Definition:
DXF_plotter.cpp:59
PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE
Class PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE.
Definition:
panel_rule_area_properties_keepout_base.h:28
PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE::m_cbTracksCtrl
wxCheckBox * m_cbTracksCtrl
Definition:
panel_rule_area_properties_keepout_base.h:35
PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE::m_cbFootprintsCtrl
wxCheckBox * m_cbFootprintsCtrl
Definition:
panel_rule_area_properties_keepout_base.h:39
PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE::m_cbViasCtrl
wxCheckBox * m_cbViasCtrl
Definition:
panel_rule_area_properties_keepout_base.h:36
PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE::m_cbCopperPourCtrl
wxCheckBox * m_cbCopperPourCtrl
Definition:
panel_rule_area_properties_keepout_base.h:38
PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE::~PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE
~PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE()
Definition:
panel_rule_area_properties_keepout_base.cpp:49
PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE::m_cbPadsCtrl
wxCheckBox * m_cbPadsCtrl
Definition:
panel_rule_area_properties_keepout_base.h:37
PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE::m_keepoutRuleSizer
wxFlexGridSizer * m_keepoutRuleSizer
Definition:
panel_rule_area_properties_keepout_base.h:32
src
pcbnew
dialogs
panel_rule_area_properties_keepout_base.h
Generated on Fri Apr 4 2025 00:05:03 for KiCad PCB EDA Suite by
1.9.6