.. index:: pair: class; EE::UI::CSS::StyleSheetParser .. _doxid-class_e_e_1_1_u_i_1_1_c_s_s_1_1_style_sheet_parser: class EE::UI::CSS::StyleSheetParser =================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class StyleSheetParser { public: // methods bool :target:`loadFromStream`(:ref:`IOStream`& stream); bool :target:`loadFromFile`(const std::string& file); bool :target:`loadFromMemory`(const :ref:`Uint8`* RAWData, const :ref:`Uint32`& size); bool :target:`loadFromPack`(:ref:`Pack`* pack, std::string filePackPath); bool :target:`loadFromString`(const std::string& str); bool :target:`loadFromString`(const std::string_view& str); void :target:`print`(); :ref:`StyleSheet`& :target:`getStyleSheet`(); const bool& :target:`isLoaded`() const; };