![]() |
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 | item_type |
| Public Types inherited from QRangeModelDetails::row_traits< std::array< T, N > > | |
| using | item_type = T |
Static Public Member Functions | |
| static constexpr int | fixed_size () |
| static QVariant | column_name (int) |
| static bool | for_each_element (const Row &row, const QModelIndex &firstIndex, Fn &&fn) |
| Static Public Member Functions inherited from QRangeModelDetails::row_traits< std::array< T, N > > | |
| static constexpr int | fixed_size () |
| template<typename C, typename F> | |
| static auto | for_element_at (C &&container, std::size_t idx, F &&function) |
| static QVariant | column_name (int section) |
| template<typename Row, typename Fn> | |
| static bool | for_each_element (const Row &row, const QModelIndex &firstIndex, Fn &&fn) |
Static Public Attributes | |
| static constexpr bool | is_range |
| static constexpr int | static_size |
| static constexpr bool | hasMetaObject |
| Static Public Attributes inherited from QRangeModelDetails::row_traits< std::array< T, N > > | |
| static constexpr int | static_size = int(N) |
| static constexpr bool | hasMetaObject = false |
| static constexpr bool | is_range |
Definition at line 574 of file qrangemodel_impl.h.
| using QRangeModelDetails::row_traits< T, typename >::item_type |
Definition at line 448 of file qrangemodel_impl.h.
|
inlinestatic |
Definition at line 452 of file qrangemodel_impl.h.
|
inlinestaticconstexpr |
Definition at line 449 of file qrangemodel_impl.h.
|
inlinestatic |
Definition at line 458 of file qrangemodel_impl.h.
|
staticconstexpr |
Definition at line 450 of file qrangemodel_impl.h.
|
staticconstexpr |
Definition at line 443 of file qrangemodel_impl.h.
|
staticconstexpr |
Definition at line 447 of file qrangemodel_impl.h.