Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions

List of All Members for QSqlRelationalTableModel

This is the complete list of members for QSqlRelationalTableModel, including inherited members.

  • typedef ItemFlags
  • typedef MatchFlags
  • enum Role
  • QSqlRelationalTableModel ( QObject * parent = 0, QSqlDatabase db = QSqlDatabase() )
  • void beforeDelete ( int row )
  • void beforeInsert ( QSqlRecord & record )
  • void beforeUpdate ( int row, QSqlRecord & record )
  • 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 ) const
  • void customEvent ( QCustomEvent * event )
  • QVariant data ( const QModelIndex & index, int role = QAbstractItemModel::DisplayRole ) const
  • void dataChanged ( const QModelIndex & topLeft, const QModelIndex & bottomRight )
  • QModelIndex dataIndex ( const QModelIndex & item ) const
  • QSqlDatabase database () const
  • bool decode ( QDropEvent * event, const QModelIndex & parent = QModelIndex::Null )
  • void deleteLater ()
  • bool deleteRow ( int row )
  • 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 & indexes, QWidget * dragSource )
  • EditStrategy editStrategy () const
  • bool equal ( const QModelIndex & left, const QModelIndex & right ) const
  • bool event ( QEvent * e )
  • bool eventFilter ( QObject * watched, QEvent * e )
  • void fetchMore ( const QModelIndex & parent )
  • int fieldIndex ( const QString & fieldName ) const
  • QString filter () const
  • QObject * findChild ( const QString & name ) const
  • QObjectList findChildren ( const QString & name ) const
  • QObjectList findChildren ( const QRegExp & re ) const
  • ItemFlags flags ( const QModelIndex & index ) const
  • bool greaterThan ( const QModelIndex & left, const QModelIndex & right ) const
  • bool hasChildren ( const QModelIndex & parent ) const
  • QVariant headerData ( int section, Qt::Orientation orientation, int role )
  • void headerDataChanged ( Qt::Orientation orientation, int first, int last )
  • QModelIndex index ( int row, int column, const QModelIndex & parent = QModelIndex::Null ) 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::Null, int count = 1 )
  • bool insertRow ( const QSqlRecord & values )
  • bool insertRows ( int row, const QModelIndex & parent = QModelIndex::Null, int count = 1 )
  • void installEventFilter ( const QObject * filterObj )
  • bool isAncestorOf ( const QObject * child ) const
  • bool isDirty ( 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
  • QString orderByStatement () const
  • QModelIndex parent ( const QModelIndex & index ) const
  • QSqlIndex primaryKey () const
  • void primeInsert ( int row, QSqlRecord & record )
  • QCoreVariant property ( const char * name ) const
  • const QSqlQuery query () const
  • int receivers ( const char * signal ) const
  • QSqlRecord record ( int row = -1 ) const
  • QSqlRelation relation ( int column ) const
  • QSqlTableModel * relationModel ( int column )
  • bool removeColumn ( int column, const QModelIndex & parent = QModelIndex::Null )
  • bool removeColumns ( int column, const QModelIndex & parent = QModelIndex::Null, int count = 1 )
  • void removeEventFilter ( const QObject * obj )
  • bool removeRows ( int row, const QModelIndex & parent = QModelIndex::Null, int count = 1 )
  • void revertAll ()
  • void revertRow ( int row )
  • int rowCount () const
  • void rowsInserted ( const QModelIndex & parent, int start, int end )
  • void rowsRemoved ( const QModelIndex & parent, int start, int end )
  • bool select ()
  • QString selectStatement () const
  • QObject * sender () const
  • bool setData ( const QModelIndex & index, int role, const QVariant & value )
  • bool setData ( const QModelIndex & index, const QVariant & value )
  • void setEditStrategy ( EditStrategy strategy )
  • void setFilter ( const QString & filter )
  • bool setHeaderData ( int section, Qt::Orientation orientation, int role, const QVariant & value )
  • bool setHeaderData ( int section, Qt::Orientation orientation, 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 )
  • void setPrimaryKey ( const QSqlIndex & key )
  • bool setProperty ( const char * name, const QCoreVariant & value )
  • void setQuery ( const QSqlQuery & query )
  • void setQuery ( const QString & query, const QSqlDatabase & db = QSqlDatabase() )
  • bool setRecord ( int row, const QSqlRecord & record )
  • void setRelation ( int column, const QSqlRelation & relation )
  • void setSort ( int column, Qt::SortOrder order )
  • void setTable ( const QString & tableName )
  • QModelIndex sibling ( int row, int column, const QModelIndex & index ) const
  • bool signalsBlocked () const
  • void sort ( int column, Qt::SortOrder order )
  • QSize span ( const QModelIndex & index ) const
  • int startTimer ( int interval )
  • QString tableName () const
  • QThread * thread () const
  • void timerEvent ( QTimerEvent * event )
  • QString tr ( const char * sourceText, const char * comment )
  • QString trUtf8 ( const char * sourceText, const char * comment )
  • bool updateRow ( int row, const QSqlRecord & values )


Copyright © 2004 Trolltech. Trademarks
Qt 4.0.0-tp2