![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qrangemodeladapter.h>#include <QtWidgets/qlistview.h>#include <QtWidgets/qtableview.h>#include <QtWidgets/qtreeview.h>#include <vector>Go to the source code of this file.
Classes | |
| class | Book |
| struct | QRangeModel::RowOptions< Book > |
| struct | TreeRow |
| struct | std::tuple_size< TreeRow > |
| struct | std::tuple_element< 0, TreeRow > |
| struct | std::tuple_element< 1, TreeRow > |
Namespaces | |
| namespace | std |
| [33] | |
Typedefs | |
| using | Tree = QList<TreeRow *> |
Functions | |
| void | construct_and_use () |
| void | get_and_set () |
| void | dataAccess () |
| void | list_access () |
| void | table_access () |
| void | tree_access () |
| void | read_only () |
| void | list_iterate () |
| void | table_iterate () |
| void | tree_iterate () |
| void construct_and_use | ( | ) |
| void dataAccess | ( | ) |
| void get_and_set | ( | ) |
| void list_access | ( | ) |
[list-access]
[list-access]
[list-access-multirole]
[list-access-multirole]
[list-access-multirole-member-access]
[list-access-multirole-member-access]
[list-access-multirole-write-back]
[list-access-multirole-write-back]
Definition at line 164 of file main.cpp.
References Book::Book(), and Book::setRating().
| void list_iterate | ( | ) |
| void table_access | ( | ) |
| void table_iterate | ( | ) |
| void tree_access | ( | ) |