summaryrefslogtreecommitdiffstats
path: root/src/object/sp-path.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-03-03 00:12:41 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-03-26 17:48:34 +0000
commit95b1c7b549605d7c6ce6623cc4cd121ed7c51a64 (patch)
tree1c38b4fe6baabbf45c55e0929516dd825f7d6847 /src/object/sp-path.h
parentAllow building with USE_PANGO_WIN32. (diff)
downloadinkscape-95b1c7b549605d7c6ce6623cc4cd121ed7c51a64.tar.gz
inkscape-95b1c7b549605d7c6ce6623cc4cd121ed7c51a64.zip
Base LPE refactor
Diffstat (limited to 'src/object/sp-path.h')
-rw-r--r--src/object/sp-path.h18
1 files changed, 2 insertions, 16 deletions
diff --git a/src/object/sp-path.h b/src/object/sp-path.h
index 0530a396a..3402938a1 100644
--- a/src/object/sp-path.h
+++ b/src/object/sp-path.h
@@ -30,22 +30,11 @@ class SPCurve;
*/
class SPPath : public SPShape {
public:
- SPPath();
- virtual ~SPPath();
+ SPPath();
+ virtual ~SPPath();
int nodesInPath() const;
-
- // still in lowercase because the names should be clearer on whether curve, curve->copy or curve-ref is returned.
- void set_original_curve (SPCurve *curve, unsigned int owner, bool write);
- SPCurve* get_original_curve () const;
- SPCurve* get_curve_for_edit () const;
- const SPCurve* get_curve_reference() const;
-
-public: // should be made protected
- SPCurve* get_curve();
friend class SPConnEndPair;
-
-public:
SPConnEndPair connEndPair;
virtual void build(SPDocument *document, Inkscape::XML::Node *repr);
@@ -59,9 +48,6 @@ public:
virtual char* description() const;
virtual Geom::Affine set_transform(Geom::Affine const &transform);
virtual void convert_to_guides() const;
-
- virtual void update_patheffect(bool write);
-
private:
SPStyleSrc d_source; // Source of 'd' value, saved for output.
};