.. index:: pair: struct; EE::UI::CSS::MediaQueryExpression .. _doxid-struct_e_e_1_1_u_i_1_1_c_s_s_1_1_media_query_expression: struct EE::UI::CSS::MediaQueryExpression ======================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct MediaQueryExpression { // typedefs typedef std::vector :target:`vector`; // fields :ref:`MediaFeature` :target:`feature`; int :target:`val` { 0 }; int :target:`val2` { 0 }; float :target:`fval` { 0 }; float :target:`fval2` { 0 }; bool :target:`checkAsBool` { false }; std::string :target:`valStr`; // methods bool :target:`check`(const :ref:`MediaFeatures`& features) const; };