Inkscape
Vector Graphics Editor
|
TODO: insert short description here. More...
Go to the source code of this file.
Enumerations | |
enum | { avl_no_err = 0 , avl_bal_err = 1 , avl_rm_err = 2 , avl_ins_err = 3 , shape_euler_err = 4 , shape_input_err = 5 , shape_nothing_to_do = 6 } |
enum | { not_found = 0 , found_exact = 1 , found_on_left = 2 , found_on_right = 3 , found_between = 4 } |
The SweepTree::Find function and its variant for a single point figure out where a point or an edge should be inserted in a linked list of edges. More... | |
enum | ButtType { butt_straight , butt_square , butt_round , butt_pointy } |
enum | JoinType { join_straight , join_round , join_pointy } |
enum | FillRule { fill_oddEven = 0 , fill_nonZero = 1 , fill_positive = 2 , fill_justDont = 3 } |
enum | BooleanOp { bool_op_union , bool_op_inters , bool_op_diff , bool_op_symdiff , bool_op_cut , bool_op_slice } |
enum | Side { LEFT = 0 , RIGHT = 1 } |
enum | FirstOrLast { FIRST = 0 , LAST = 1 } |
TODO: insert short description here.
Definition in file LivarotDefs.h.
anonymous enum |
Enumerator | |
---|---|
avl_no_err | |
avl_bal_err | |
avl_rm_err | |
avl_ins_err | |
shape_euler_err | |
shape_input_err | |
shape_nothing_to_do |
Definition at line 19 of file LivarotDefs.h.
anonymous enum |
The SweepTree::Find function and its variant for a single point figure out where a point or an edge should be inserted in a linked list of edges.
Once calculated, they return one of these values to indicate how that place looks like.
Definition at line 40 of file LivarotDefs.h.
enum BooleanOp |
Enumerator | |
---|---|
bool_op_union | |
bool_op_inters | |
bool_op_diff | |
bool_op_symdiff | |
bool_op_cut | |
bool_op_slice |
Definition at line 75 of file LivarotDefs.h.
enum ButtType |
Enumerator | |
---|---|
butt_straight | |
butt_square | |
butt_round | |
butt_pointy |
Definition at line 50 of file LivarotDefs.h.
enum FillRule |
Enumerator | |
---|---|
fill_oddEven | |
fill_nonZero | |
fill_positive | |
fill_justDont |
Definition at line 66 of file LivarotDefs.h.
enum FirstOrLast |
Enumerator | |
---|---|
FIRST | |
LAST |
Definition at line 90 of file LivarotDefs.h.
enum JoinType |
Enumerator | |
---|---|
join_straight | |
join_round | |
join_pointy |
Definition at line 59 of file LivarotDefs.h.
enum Side |
Enumerator | |
---|---|
LEFT | |
RIGHT |
Definition at line 85 of file LivarotDefs.h.