diff options
Diffstat (limited to 'src/attributes.h')
| -rw-r--r-- | src/attributes.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/attributes.h b/src/attributes.h index 512c00499..7a49e2808 100644 --- a/src/attributes.h +++ b/src/attributes.h @@ -15,6 +15,7 @@ * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <glibmm/value.h> +#include <vector> /** * True iff k is a property in SVG, i.e. something that can be written either in a style attribute @@ -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 |
