.. index:: pair: class; EE::UI::CSS::StyleSheetVariable .. _doxid-class_e_e_1_1_u_i_1_1_c_s_s_1_1_style_sheet_variable: class EE::UI::CSS::StyleSheetVariable ===================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class StyleSheetVariable { public: // construction :target:`StyleSheetVariable`(); :target:`StyleSheetVariable`(const std::string& name, const std::string& value); :target:`StyleSheetVariable`(const std::string& name, const std::string& value, const :ref:`Uint32`& specificity); // methods const std::string& :target:`getName`() const; const :ref:`String::HashType`& :target:`getNameHash`() const; const std::string& :target:`getValue`() const; const std::string& :target:`value`() const; const :ref:`Uint32`& :target:`getSpecificity`() const; void :target:`setSpecificity`(const :ref:`Uint32`& specificity); bool :target:`isEmpty`() const; void :target:`setName`(const std::string& name); void :target:`setValue`(const std::string& value); bool :target:`operator==`(const StyleSheetVariable& variable); };