class EE::UI::Models::PersistentHandle

A PersistentHandle is an internal data structure used to keep track of the target of multiple PersistentModelIndex instances.

#include <persistentmodelindex.hpp>

class PersistentHandle {
public:
    // fields

    ModelIndex mIndex;

    // construction

    PersistentHandle(ModelIndex const& index);
};