Lines Matching refs:SPLine
24 SPLine::SPLine() : SPShape() {
31 SPLine::~SPLine() {
34 void SPLine::build(SPDocument * document, Inkscape::XML::Node * repr) {
43 void SPLine::set(unsigned int key, const gchar* value) {
73 void SPLine::update(SPCtx *ctx, guint flags) {
93 Inkscape::XML::Node* SPLine::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) {
112 const char* SPLine::displayName() const {
116 void SPLine::convert_to_guides() const {
127 Geom::Affine SPLine::set_transform(Geom::Affine const &transform) {
148 void SPLine::set_shape() {
157 // LPE's cannot be applied to lines. (the result can (generally) not be represented as SPLine)