Module qtjambi
Package io.qt.core

Class QItemSelection

java.lang.Object
io.qt.QtObject
io.qt.internal.AbstractSequentialContainer<E>
io.qt.internal.AbstractList<T>
io.qt.core.QList<QItemSelectionRange>
io.qt.core.QItemSelection
All Implemented Interfaces:
QtObjectInterface, Cloneable, Iterable<QItemSelectionRange>, Collection<QItemSelectionRange>, List<QItemSelectionRange>

public class QItemSelection extends QList<QItemSelectionRange> implements Cloneable

Manages information about selected items in a model

Java wrapper for Qt's class QItemSelection