![]() |
Qt 4.8
|
Public Functions | |
| void | clear () |
| void | clearDictionary () |
| void | init (QSqlRelationalTableModel *parent, const QSqlRelation &relation) |
| bool | isDictionaryInitialized () |
| bool | isValid () |
| void | populateDictionary () |
| void | populateModel () |
| QRelation () | |
Public Variables | |
| QHash< QString, QVariant > | dictionary |
| QRelatedTableModel * | model |
| QSqlRelation | rel |
Properties | |
| bool | m_dictInitialized |
| QSqlRelationalTableModel * | m_parent |
Definition at line 145 of file qsqlrelationaltablemodel.cpp.
|
inline |
Definition at line 148 of file qsqlrelationaltablemodel.cpp.
| void QRelation::clear | ( | void | ) |
Definition at line 242 of file qsqlrelationaltablemodel.cpp.
Referenced by QSqlRelationalTableModelPrivate::clearChanges(), and QRelation().
| void QRelation::clearDictionary | ( | ) |
Definition at line 236 of file qsqlrelationaltablemodel.cpp.
Referenced by clear(), QRelation(), and QRelatedTableModel::select().
| void QRelation::init | ( | QSqlRelationalTableModel * | parent, |
| const QSqlRelation & | relation | ||
| ) |
| bool QRelation::isDictionaryInitialized | ( | ) |
Definition at line 203 of file qsqlrelationaltablemodel.cpp.
Referenced by QSqlRelationalTableModel::data(), QRelation(), and QSqlRelationalTableModel::setData().
| bool QRelation::isValid | ( | ) |
Definition at line 249 of file qsqlrelationaltablemodel.cpp.
Referenced by populateDictionary(), populateModel(), QRelation(), and QSqlRelationalTableModel::relationModel().
| void QRelation::populateDictionary | ( | ) |
Definition at line 208 of file qsqlrelationaltablemodel.cpp.
Referenced by QSqlRelationalTableModel::data(), QRelation(), QRelatedTableModel::select(), and QSqlRelationalTableModel::setData().
| void QRelation::populateModel | ( | ) |
Definition at line 190 of file qsqlrelationaltablemodel.cpp.
Referenced by populateDictionary(), QRelation(), and QSqlRelationalTableModel::relationModel().
Definition at line 162 of file qsqlrelationaltablemodel.cpp.
Referenced by clearDictionary(), QSqlRelationalTableModel::data(), populateDictionary(), and QSqlRelationalTableModel::setData().
|
private |
Definition at line 166 of file qsqlrelationaltablemodel.cpp.
Referenced by clearDictionary(), isDictionaryInitialized(), and populateDictionary().
|
private |
Definition at line 165 of file qsqlrelationaltablemodel.cpp.
Referenced by init(), isValid(), populateDictionary(), and populateModel().
| QRelatedTableModel* QRelation::model |
Definition at line 161 of file qsqlrelationaltablemodel.cpp.
Referenced by clear(), populateDictionary(), populateModel(), and QSqlRelationalTableModel::relationModel().
| QSqlRelation QRelation::rel |
Definition at line 160 of file qsqlrelationaltablemodel.cpp.
Referenced by init(), isValid(), populateDictionary(), and populateModel().