.. index:: pair: struct; EE::UI::Models::StringMapModel::Node .. _doxid-struct_e_e_1_1_u_i_1_1_models_1_1_string_map_model_1_1_node: struct EE::UI::Models::StringMapModel::Node =========================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct Node { // fields const StringType* :target:`text`; Node* :target:`parent` = nullptr; std::vector :target:`children`; std::vector :target:`visibleChildren`; // construction :target:`Node`(const StringType* text, Node* parent); // methods size_t :target:`childCount`() const; };