NAME
Qt::Core::QPersistentModelIndex
PUBLIC METHODS
- QPersistentModelIndex()
- QPersistentModelIndex(const QModelIndex & index)
- QPersistentModelIndex(const QPersistentModelIndex & other)
- ~QPersistentModelIndex()
- QModelIndex child(int row, int column)
- int column()
- QVariant data(int role = Qt::DisplayRole)
- QVariant data(int role)
- qint64 internalId()
- void * internalPointer()
- bool isValid()
- const QAbstractItemModel * model()
- const QModelIndex & operator const QModelIndex &()
- bool operator!=(const QPersistentModelIndex & other)
- bool operator!=(const QModelIndex & other)
- bool operator<(const QPersistentModelIndex & other)
- QPersistentModelIndex & operator=(const QPersistentModelIndex & other)
- QPersistentModelIndex & operator=(const QModelIndex & other)
- bool operator==(const QPersistentModelIndex & other)
- bool operator==(const QModelIndex & other)
- QModelIndex parent()
- int row()
- QModelIndex sibling(int row, int column)
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.