QtGui/qitemselectionmodel.h File Reference

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

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 229 of file qitemselectionmodel.h.

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

Go to the source code of this file.