NAME
Qt::Gui::QItemSelectionModel
PUBLIC METHODS
- QItemSelectionModel(QAbstractItemModel * model)
- QItemSelectionModel(QAbstractItemModel * model, QObject * parent)
- ~QItemSelectionModel()
- void clear()
- void clearSelection()
- bool columnIntersectsSelection(int column, const QModelIndex & parent)
- QModelIndex currentIndex()
- bool hasSelection()
- bool isColumnSelected(int column, const QModelIndex & parent)
- bool isRowSelected(int row, const QModelIndex & parent)
- bool isSelected(const QModelIndex & index)
- const QAbstractItemModel * model()
- void reset()
- bool rowIntersectsSelection(int row, const QModelIndex & parent)
- const QItemSelection selection()
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.