Index
Modules Hierarchy
Alphabetical list
Main Page
Modules
Packages
Packages
Package Functions
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
l
m
n
o
p
r
s
t
u
v
y
Enumerations
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
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
k
l
m
n
o
p
r
s
t
u
v
x
Enumerations
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Properties
a
b
c
d
e
f
g
h
i
m
n
p
q
r
s
t
u
v
x
y
z
Related Functions
:
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Related Pages
draftguitools
gui_edit
Classes
|
Variables
draftguitools.gui_edit Namespace Reference
Classes
class
Edit
Variables
dictionary
COLORS
Variable Documentation
◆
COLORS
dictionary draftguitools.gui_edit.COLORS
Initial value:
1
= {
2
"default"
: Gui.draftToolBar.getDefaultColor(
"snap"
),
3
"black"
: (0., 0., 0.),
4
"white"
: (1., 1., 1.),
5
"grey"
: (.5, .5, .5),
6
"red"
: (1., 0., 0.),
7
"green"
: (0., 1., 0.),
8
"blue"
: (0., 0., 1.),
9
"yellow"
: (1., 1., 0.),
10
"cyan"
: (0., 1., 1.),
11
"magenta"
: (1., 0., 1.)
12
}
Generated by
1.8.17