diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-05-04 05:38:04 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-06-02 09:50:16 +0000 |
| commit | 6f199a0d6205622e184f2c06b4f47e00d458a69b (patch) | |
| tree | 1bd87fb51b4012f91386ac5cf1204ae9b18f2a22 /src/style.h | |
| parent | working on new UI (diff) | |
| download | inkscape-6f199a0d6205622e184f2c06b4f47e00d458a69b.tar.gz inkscape-6f199a0d6205622e184f2c06b4f47e00d458a69b.zip | |
Add visualization of style dialog
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 c9235f49a..bb0705f61 100644 --- a/src/style.h +++ b/src/style.h @@ -52,6 +52,7 @@ public: void read(SPObject *object, Inkscape::XML::Node *repr); void readFromObject(SPObject *object); void readFromPrefs(Glib::ustring const &path); + bool isSet(SPAttributeEnum id); void readIfUnset(SPAttributeEnum id, char const *val, SPStyleSrc const &source = SP_STYLE_SRC_STYLE_PROP ); Glib::ustring write( unsigned int const flags = SP_STYLE_FLAG_IFSET, SPStyleSrc const &style_src_req = SP_STYLE_SRC_STYLE_PROP, |
