.. index:: pair: struct; EE::UI::GridAreasParser .. _doxid-struct_e_e_1_1_u_i_1_1_grid_areas_parser: struct EE::UI::GridAreasParser ============================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct GridAreasParser { // methods static :ref:`GridAreaTemplate` :target:`parseAreas`(const std::string& value); static bool :target:`isValidAreas`(const std::string& value); static std::vector :target:`getLineNamesForRowLine`(const :ref:`GridAreaTemplate`& tmpl, int line); static std::vector :target:`getLineNamesForColumnLine`(const :ref:`GridAreaTemplate`& tmpl, int line); };