Inkscape
Vector Graphics Editor
|
#include <snap-candidate.h>
Public Member Functions | |
SnapCandidatePath (Geom::PathVector path, SnapTargetType target, Geom::OptRect bbox, bool edited=false) | |
Public Attributes | |
Geom::PathVector | path_vector |
SnapTargetType | target_type |
Geom::OptRect | target_bbox |
bool | currently_being_edited |
Definition at line 143 of file snap-candidate.h.
|
inline |
Definition at line 147 of file snap-candidate.h.
bool Inkscape::SnapCandidatePath::currently_being_edited |
Definition at line 153 of file snap-candidate.h.
Geom::PathVector Inkscape::SnapCandidatePath::path_vector |
Definition at line 150 of file snap-candidate.h.
Geom::OptRect Inkscape::SnapCandidatePath::target_bbox |
Definition at line 152 of file snap-candidate.h.
SnapTargetType Inkscape::SnapCandidatePath::target_type |
Definition at line 151 of file snap-candidate.h.