From d699d5a60ad884d8a73fbf7412b69014dcb0bf3f Mon Sep 17 00:00:00 2001 From: Martin Owens Date: Fri, 28 Sep 2018 13:50:29 -0400 Subject: Allow style properties to be accessed outside --- src/style.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 properties(); void clear(); void clear(SPAttributeEnum id); void read(SPObject *object, Inkscape::XML::Node *repr); -- cgit v1.2.3