- enum MatchFlag
- typedef MatchFlags
- enum Role
- QSqlModel ( QObject * parent = 0 )
- ~QSqlModel ()
- bool blockSignals ( bool block )
- QModelIndex buddy ( const QModelIndex & index ) const
- bool canDecode ( QMimeSource * src ) const
- void childEvent ( QChildEvent * event )
- const QObjectList & children () const
- void clear ()
- int columnCount () const
- void columnsInserted ( const QModelIndex & parent, int start, int end )
- void columnsRemoved ( const QModelIndex & parent, int start, int end )
- 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 )
- QModelIndex createIndex ( int row = -1, int column = -1, void * data = 0, QModelIndex::Type type = QModelIndex::View ) const
- void customEvent ( QCustomEvent * event )
- QVariant data ( const QModelIndex & item, int role = QAbstractItemModel::DisplayRole ) const
- void dataChanged ( const QModelIndex & topLeft, const QModelIndex & bottomRight )
- QModelIndex dataIndex ( const QModelIndex & item ) const
- bool decode ( QDropEvent * e, const QModelIndex & parent = QModelIndex() )
- 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 )
- QDragObject * dragObject ( const QModelIndexList & indices, QWidget * dragSource )
- void dumpObjectInfo ()
- void dumpObjectTree ()
- bool equal ( const QModelIndex & left, const QModelIndex & right ) const
- 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 greaterThan ( const QModelIndex & left, const QModelIndex & right ) const
- bool hasChildren ( const QModelIndex & parent ) const
- QModelIndex index ( int row, int column, const QModelIndex & parent = QModelIndex(), QModelIndex::Type type = QModelIndex::View ) const
- bool inherits ( const char * clname ) const
- bool insertColumn ( int column, const QModelIndex & parent = QModelIndex(), int count = 1 )
- bool insertColumns ( int column, const QModelIndex & parent = QModelIndex(), int count = 1 )
- bool insertRows ( int row, const QModelIndex & parent = QModelIndex(), int count = 1 )
|
- void installEventFilter ( const QObject * filterObj )
- bool isAncestorOf ( const QObject * child ) const
- bool isDragEnabled ( const QModelIndex & index ) const
- bool isDropEnabled ( const QModelIndex & index ) const
- bool isEditable ( const QModelIndex & index ) const
- bool isSelectable ( const QModelIndex & index ) const
- bool isSortable () const
- bool isWidgetType () const
- QMap<int, QVariant> itemData ( const QModelIndex & index ) const
- void killTimer ( int id )
- QSqlError lastError () const
- bool lessThan ( const QModelIndex & left, const QModelIndex & right ) const
- QModelIndexList match ( const QModelIndex & start, int role, const QVariant & value, int hits = 1, MatchFlags flags = MatchDefault ) const
- const QMetaObject * metaObject () const
- QString objectName () const
- QModelIndex parent ( const QModelIndex & index ) const
- QCoreVariant property ( const char * name ) const
- const QSqlQuery query () const
- int receivers ( const char * signal ) const
- QSqlRecord record () const
- bool removeColumn ( int column, const QModelIndex & parent = QModelIndex(), int count = 1 )
- bool removeColumns ( int column, const QModelIndex & parent = QModelIndex(), int count = 1 )
- void removeEventFilter ( const QObject * obj )
- bool removeRows ( int row, const QModelIndex & parent = QModelIndex(), int count = 1 )
- int rowCount () const
- void rowsInserted ( const QModelIndex & parent, int start, int end )
- void rowsRemoved ( const QModelIndex & parent, int start, int end )
- const QObject * sender ()
- bool setData ( const QModelIndex & index, int role, const QVariant & value )
- bool setData ( const QModelIndex & index, const QVariant & value )
- bool setItemData ( const QModelIndex & index, const QMap<int, QVariant> & roles )
- void setLastError ( const QSqlError & error )
- void setObjectName ( const QString & name )
- void setParent ( QObject * parent )
- bool setProperty ( const char * name, const QCoreVariant & value )
- void setQuery ( const QSqlQuery & query )
- QModelIndex sibling ( int row, int column, const QModelIndex & idx ) const
- bool signalsBlocked () const
- void sort ( int column, Qt::SortOrder order )
- 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 )
|