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