Inkscape
Vector Graphics Editor
|
#include <shape-record.h>
Public Member Functions | |
bool | operator== (ShapeRecord const &o) const |
bool | operator< (ShapeRecord const &o) const |
Public Attributes | |
SPObject * | object |
ShapeRole | role |
Glib::ustring | lpe_key |
Geom::Affine | edit_transform |
double | edit_rotation |
Definition at line 33 of file shape-record.h.
|
inline |
Definition at line 45 of file shape-record.h.
|
inline |
Definition at line 42 of file shape-record.h.
double Inkscape::UI::ShapeRecord::edit_rotation |
Definition at line 40 of file shape-record.h.
Referenced by Inkscape::UI::Tools::MarkerTool::get_marker_transform(), and Inkscape::UI::Tools::MarkerTool::selection_changed().
Geom::Affine Inkscape::UI::ShapeRecord::edit_transform |
Definition at line 39 of file shape-record.h.
Referenced by Inkscape::UI::Tools::gather_items(), Inkscape::UI::Tools::MarkerTool::get_marker_transform(), Inkscape::LivePathEffect::PathParam::param_editOncanvas(), Inkscape::UI::Tools::MarkerTool::selection_changed(), and Inkscape::UI::MultiPathManipulator::setItems().
Glib::ustring Inkscape::UI::ShapeRecord::lpe_key |
Definition at line 37 of file shape-record.h.
Referenced by operator<(), operator==(), and Inkscape::LivePathEffect::PathParam::param_editOncanvas().
SPObject* Inkscape::UI::ShapeRecord::object |
Definition at line 35 of file shape-record.h.
Referenced by Inkscape::UI::Tools::gather_items(), Inkscape::UI::Tools::MarkerTool::get_marker_transform(), operator<(), operator==(), Inkscape::LivePathEffect::PathParam::param_editOncanvas(), Inkscape::UI::Tools::NodeTool::selection_changed(), and Inkscape::UI::Tools::MarkerTool::selection_changed().
ShapeRole Inkscape::UI::ShapeRecord::role |
Definition at line 36 of file shape-record.h.
Referenced by Inkscape::UI::Tools::gather_items(), Inkscape::UI::Tools::MarkerTool::get_marker_transform(), Inkscape::LivePathEffect::PathParam::param_editOncanvas(), and Inkscape::UI::MultiPathManipulator::setItems().