diff options
| author | Martin Owens <doctormo@gmail.com> | 2018-11-13 00:25:05 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2018-11-13 00:25:05 +0000 |
| commit | db722f5b79ef1517f0b6e9a96968ad257dffc6f9 (patch) | |
| tree | f7992f8cc42739e3aef74233efaf840045c9cb87 /src/style.h | |
| parent | Support multiple style sheets or style elements in an svg document (diff) | |
| download | inkscape-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.h | 1 |
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; } |
