diff options
| author | Martin Owens <doctormo@gmail.com> | 2018-09-28 17:50:29 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-02-20 15:35:31 +0000 |
| commit | d699d5a60ad884d8a73fbf7412b69014dcb0bf3f (patch) | |
| tree | bcccea4496eff3cf2034b864720ca45995054cac /src/style.h | |
| parent | Remove unneded code from previous commit (diff) | |
| download | inkscape-d699d5a60ad884d8a73fbf7412b69014dcb0bf3f.tar.gz inkscape-d699d5a60ad884d8a73fbf7412b69014dcb0bf3f.zip | |
Allow style properties to be accessed outside
Diffstat (limited to '')
| -rw-r--r-- | src/style.h | 1 |
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); |
