summaryrefslogtreecommitdiffstats
path: root/src/style.h
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2018-11-13 00:25:05 +0000
committerMartin Owens <doctormo@gmail.com>2018-11-13 00:25:05 +0000
commitdb722f5b79ef1517f0b6e9a96968ad257dffc6f9 (patch)
treef7992f8cc42739e3aef74233efaf840045c9cb87 /src/style.h
parentSupport multiple style sheets or style elements in an svg document (diff)
downloadinkscape-db722f5b79ef1517f0b6e9a96968ad257dffc6f9.tar.gz
inkscape-db722f5b79ef1517f0b6e9a96968ad257dffc6f9.zip
Add capability to get style rulesets as SPStyle objects
Diffstat (limited to 'src/style.h')
-rw-r--r--src/style.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/style.h b/src/style.h
index 2552449c8..47874096a 100644
--- a/src/style.h
+++ b/src/style.h
@@ -58,6 +58,7 @@ public:
void cascade( SPStyle const *const parent );
void merge( SPStyle const *const parent );
void mergeString( char const *const p );
+ void mergeStatement( CRStatement *statement );
bool operator==(const SPStyle& rhs);
int style_ref() { ++_refcount; return _refcount; }