_ZNK21QPersistentModelIndex15internalPointerEv

Name

QPersistentModelIndex::internalPointer -- get the pointer used to associate the index with the internal data structure

Synopsis

#include <QtCore/qabstractitemmodel.h>

void * QPersistentModelIndex::internalPointer (void);

Description

The QPersistentModelIndex::internalPointer() function shall return the internal pointer used by the model to associate the index with the internal data structure.

This function is not intended to be used by applications directly, but may appear among application dependencies as a result of usage of other functions and macros.