summaryrefslogtreecommitdiffstats
path: root/src/style.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-05-04 05:38:04 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-06-02 09:50:16 +0000
commit6f199a0d6205622e184f2c06b4f47e00d458a69b (patch)
tree1bd87fb51b4012f91386ac5cf1204ae9b18f2a22 /src/style.h
parentworking on new UI (diff)
downloadinkscape-6f199a0d6205622e184f2c06b4f47e00d458a69b.tar.gz
inkscape-6f199a0d6205622e184f2c06b4f47e00d458a69b.zip
Add visualization of style dialog
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 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,