Inkscape
Vector Graphics Editor
|
Some enums used by SPKnot and by related types & functions. More...
Go to the source code of this file.
Enumerations | |
enum | SPKnotStateType { SP_KNOT_STATE_NORMAL , SP_KNOT_STATE_MOUSEOVER , SP_KNOT_STATE_DRAGGING , SP_KNOT_STATE_SELECTED , SP_KNOT_STATE_HIDDEN } |
enum | { SP_KNOT_VISIBLE = 1 << 0 , SP_KNOT_MOUSEOVER = 1 << 1 , SP_KNOT_DRAGGING = 1 << 2 , SP_KNOT_GRABBED = 1 << 3 , SP_KNOT_SELECTED = 1 << 4 } |
Some enums used by SPKnot and by related types & functions.
Definition in file knot-enums.h.
anonymous enum |
Enumerator | |
---|---|
SP_KNOT_VISIBLE | |
SP_KNOT_MOUSEOVER | |
SP_KNOT_DRAGGING | |
SP_KNOT_GRABBED | |
SP_KNOT_SELECTED |
Definition at line 29 of file knot-enums.h.
enum SPKnotStateType |
Enumerator | |
---|---|
SP_KNOT_STATE_NORMAL | |
SP_KNOT_STATE_MOUSEOVER | |
SP_KNOT_STATE_DRAGGING | |
SP_KNOT_STATE_SELECTED | |
SP_KNOT_STATE_HIDDEN |
Definition at line 19 of file knot-enums.h.