summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2018-09-28 17:50:29 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-02-20 15:35:31 +0000
commitd699d5a60ad884d8a73fbf7412b69014dcb0bf3f (patch)
treebcccea4496eff3cf2034b864720ca45995054cac
parentRemove unneded code from previous commit (diff)
downloadinkscape-d699d5a60ad884d8a73fbf7412b69014dcb0bf3f.tar.gz
inkscape-d699d5a60ad884d8a73fbf7412b69014dcb0bf3f.zip
Allow style properties to be accessed outside
-rw-r--r--src/style.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/style.h b/src/style.h
index a4e816014..c9235f49a 100644
--- a/src/style.h
+++ b/src/style.h
@@ -46,6 +46,7 @@ public:
SPStyle(SPDocument *document = nullptr, SPObject *object = nullptr);// document is ignored if valid object given
~SPStyle();
+ const std::vector<SPIBase *> properties();
void clear();
void clear(SPAttributeEnum id);
void read(SPObject *object, Inkscape::XML::Node *repr);