summaryrefslogtreecommitdiffstats
path: root/src/attributes.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-06-02 09:45:23 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-06-02 09:50:17 +0000
commitc140c53e787b4fa24534bd4eab6b1cead0ef28ae (patch)
treeffcc02426c65478537a17d89e542706333154498 /src/attributes.h
parentfixes for:update multiple objects, refersh strike on named colors and refersh... (diff)
downloadinkscape-c140c53e787b4fa24534bd4eab6b1cead0ef28ae.tar.gz
inkscape-c140c53e787b4fa24534bd4eab6b1cead0ef28ae.zip
Add popup with CSS properties
Diffstat (limited to 'src/attributes.h')
-rw-r--r--src/attributes.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/attributes.h b/src/attributes.h
index 512c00499..f49d8d2f9 100644
--- a/src/attributes.h
+++ b/src/attributes.h
@@ -14,6 +14,7 @@
*
* Released under GNU GPL v2+, read the file 'COPYING' for more information.
*/
+#include <vector>
#include <glibmm/value.h>
/**
@@ -574,6 +575,11 @@ SPAttributeEnum sp_attribute_lookup(gchar const *key);
*/
gchar const *sp_attribute_name(SPAttributeEnum id);
+/**
+ * Get attribute name css list.
+ */
+std::vector<Glib::ustring> sp_attribute_name_list(bool cssattr = false, bool attr = false);
+
#endif