![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qrangemodel_impl.h>
Public Types | |
| using | protocol = QRangeModelDetails::wrapped_t<Protocol> |
| using | row = typename range_traits<QRangeModelDetails::wrapped_t<Range>>::value_type |
Static Public Attributes | |
| static constexpr bool | is_tree |
| static constexpr bool | is_list |
| static constexpr bool | is_table = !is_list && !is_tree |
| static constexpr bool | has_newRow = protocol_newRow<protocol>() |
| static constexpr bool | has_deleteRow = protocol_deleteRow<protocol, row>() |
| static constexpr bool | has_setParentRow = protocol_setParentRow<protocol, row>() |
| static constexpr bool | has_mutable_childRows = protocol_mutable_childRows<protocol, row>() |
| static constexpr bool | is_default = is_any_of<protocol, ListProtocol, TableProtocol, DefaultTreeProtocol>() |
Definition at line 796 of file qrangemodel_impl.h.
| using QRangeModelDetails::protocol_traits< Range, Protocol >::protocol = QRangeModelDetails::wrapped_t<Protocol> |
Definition at line 798 of file qrangemodel_impl.h.
| using QRangeModelDetails::protocol_traits< Range, Protocol >::row = typename range_traits<QRangeModelDetails::wrapped_t<Range>>::value_type |
Definition at line 799 of file qrangemodel_impl.h.
|
staticconstexpr |
Definition at line 807 of file qrangemodel_impl.h.
|
staticconstexpr |
Definition at line 809 of file qrangemodel_impl.h.
|
staticconstexpr |
Definition at line 806 of file qrangemodel_impl.h.
|
staticconstexpr |
Definition at line 808 of file qrangemodel_impl.h.
|
staticconstexpr |
Definition at line 811 of file qrangemodel_impl.h.
|
staticconstexpr |
Definition at line 802 of file qrangemodel_impl.h.
|
staticconstexpr |
Definition at line 804 of file qrangemodel_impl.h.
|
staticconstexpr |
Definition at line 800 of file qrangemodel_impl.h.