.. index:: pair: class; EE::UI::Models::PersistentHandle .. _doxid-class_e_e_1_1_u_i_1_1_models_1_1_persistent_handle: class EE::UI::Models::PersistentHandle ====================================== .. toctree:: :hidden: A :ref:`PersistentHandle ` is an internal data structure used to keep track of the target of multiple :ref:`PersistentModelIndex ` instances. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class PersistentHandle { public: // fields :ref:`ModelIndex` :target:`mIndex`; // construction :target:`PersistentHandle`(:ref:`ModelIndex` const& index); };