31 #include "../api_csslayout.h"
39 class CSSProperty_Impl;
46 void set_name(
const std::string &name);
47 const std::string &get_name()
const;
49 std::vector<CSSToken> &get_value_tokens();
50 const std::vector<CSSToken> &get_value_tokens()
const;
51 void set_value_tokens(
const std::vector<CSSToken> &tokens);
53 bool is_important()
const;
54 void set_important(
bool flag);
57 std::shared_ptr<CSSProperty_Impl> impl;
Definition: css_property.h:41