- enum SelectionFlag
- typedef SelectionFlags
- QItemSelectionModel ( QAbstractItemModel * model )
- ~QItemSelectionModel ()
- bool blockSignals ( bool block )
- void childEvent ( QChildEvent * event )
- const QObjectList & children () const
- void clear ()
- bool columnIntersectsSelection ( int column, const QModelIndex & parent ) const
- bool connect ( const QObject * sender, const char * signal, const QObject * receiver, const char * member, Qt::ConnectionType type = Qt::AutoConnection )
- bool connect ( const QObject * sender, const char * signal, const char * member, Qt::ConnectionType type = Qt::AutoConnection ) const
- void connectNotify ( const char * signal )
- void currentChanged ( const QModelIndex & current, const QModelIndex & previous )
- void currentColumnChanged ( const QModelIndex & current, const QModelIndex & previous )
- QModelIndex currentIndex () const
- void currentRowChanged ( const QModelIndex & current, const QModelIndex & previous )
- void customEvent ( QEvent * event )
- void deleteLater ()
- void destroyed ( QObject * obj = 0 )
- bool disconnect ( const QObject * sender, const char * signal, const QObject * receiver, const char * member )
- bool disconnect ( const char * signal = 0, const QObject * receiver = 0, const char * member = 0 )
- bool disconnect ( const QObject * receiver, const char * member = 0 )
- void disconnectNotify ( const char * signal )
- void dumpObjectInfo ()
- void dumpObjectTree ()
- void emitSelectionChanged ( const QItemSelection & newSelection, const QItemSelection & oldSelection )
- bool event ( QEvent * e )
- bool eventFilter ( QObject * watched, QEvent * e )
- QObject * findChild ( const QString & name ) const
- QObjectList findChildren ( const QString & name ) const
- QObjectList findChildren ( const QRegExp & re ) const
- bool inherits ( const char * clname ) const
|
- void installEventFilter ( const QObject * filterObj )
- bool isAncestorOf ( const QObject * child ) const
- bool isColumnSelected ( int column, const QModelIndex & parent ) const
- bool isRowSelected ( int row, const QModelIndex & parent ) const
- bool isSelected ( const QModelIndex & index ) const
- bool isWidgetType () const
- void killTimer ( int id )
- const QMetaObject * metaObject () const
- const QAbstractItemModel * model () const
- QString objectName () const
- QObject * parent () const
- QCoreVariant property ( const char * name ) const
- int receivers ( const char * signal ) const
- void removeEventFilter ( const QObject * obj )
- void reset ()
- bool rowIntersectsSelection ( int row, const QModelIndex & parent ) const
- void select ( const QModelIndex & index, SelectionFlags command )
- void select ( const QItemSelection & selection, SelectionFlags command )
- QModelIndexList selectedIndexes () const
- const QItemSelection selection () const
- void selectionChanged ( const QItemSelection & selected, const QItemSelection & deselected )
- QObject * sender () const
- void setCurrentIndex ( const QModelIndex & index, SelectionFlags command )
- void setObjectName ( const QString & name )
- void setParent ( QObject * parent )
- bool setProperty ( const char * name, const QCoreVariant & value )
- bool signalsBlocked () const
- int startTimer ( int interval )
- QThread * thread () const
- void timerEvent ( QTimerEvent * event )
- QString tr ( const char * sourceText, const char * comment )
- QString trUtf8 ( const char * sourceText, const char * comment )
|