qitemselectionmodel.h File Reference

#include <QtCore/qset.h>
#include <QtCore/qvector.h>
#include <QtCore/qlist.h>
#include <QtCore/qabstractitemmodel.h>

Go to the source code of this file.

Classes

class   QItemSelectionRange
class   QItemSelectionModel
class   QItemSelection

Functions

  Q_DECLARE_TYPEINFO (QItemSelectionRange, Q_MOVABLE_TYPE)
uint  qHash (const QItemSelectionRange &)
Q_GUI_EXPORT QDebug  operator<< (QDebug, const QItemSelectionRange &)

Function Documentation

Q_DECLARE_TYPEINFO ( QItemSelectionRange  ,
Q_MOVABLE_TYPE   
)
uint qHash ( const QItemSelectionRange ) [inline]

Definition at line 205 of file qitemselectionmodel.h.

{ return 0; }
Q_GUI_EXPORT QDebug operator<< ( QDebug  ,
const QItemSelectionRange  
)