![]() |
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 = std::conditional_t<is_range, typename range_traits<T>::value_type, T> |
Static Public Member Functions | |
| static constexpr int | fixed_size () |
| static QVariant | column_name (int) |
| template<typename C, typename Fn> | |
| static void | for_element_at (C &&container, std::size_t idx, Fn &&fn) |
| template<typename Fn> | |
| static bool | for_each_element (const T &row, const QModelIndex &firstIndex, Fn &&fn) |
Static Public Attributes | |
| static constexpr bool | is_range |
| static constexpr int | static_size = is_range ? -1 : 0 |
| static constexpr bool | hasMetaObject = false |
Definition at line 442 of file qrangemodel_impl.h.
| using QRangeModelDetails::row_traits< T, typename >::item_type = std::conditional_t<is_range, typename range_traits<T>::value_type, T> |
Definition at line 449 of file qrangemodel_impl.h.
|
inlinestatic |
Definition at line 453 of file qrangemodel_impl.h.
|
inlinestaticconstexpr |
Definition at line 450 of file qrangemodel_impl.h.
|
inlinestatic |
Definition at line 468 of file qrangemodel_impl.h.
|
inlinestatic |
Definition at line 459 of file qrangemodel_impl.h.
|
staticconstexpr |
Definition at line 451 of file qrangemodel_impl.h.
|
staticconstexpr |
Definition at line 443 of file qrangemodel_impl.h.
Referenced by QRangeModelDetails::row_traits< std::remove_cv_t< wrapped_row_type > >::for_element_at().
|
staticconstexpr |
Definition at line 448 of file qrangemodel_impl.h.
Referenced by QRangeModelDetails::row_traits< std::remove_cv_t< wrapped_row_type > >::for_each_element().