![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qrangemodeladapter_impl.h>
Public Member Functions | |
| template<typename I = Impl, std::enable_if_t< I::protocol_traits::is_tree, bool > = true> | |
| AdapterStorage (const std::shared_ptr< QRangeModel > &model, const QModelIndex &root) | |
| AdapterStorage (Model *model) | |
| const Impl * | implementation () const |
| Impl * | implementation () |
| auto * | operator-> () |
| const auto * | operator-> () const |
| Public Member Functions inherited from QRangeModelDetails::ParentIndex< Impl::protocol_traits::is_tree > | |
| ParentIndex (const QModelIndex &dummy={}) | |
| QModelIndex | root () const |
Public Attributes | |
| std::shared_ptr< QRangeModel > | m_model |
Static Public Attributes | |
| static constexpr bool | isRangeModel = std::is_same_v<Model, QRangeModel> |
Definition at line 369 of file qrangemodeladapter_impl.h.
|
inlineexplicit |
Definition at line 379 of file qrangemodeladapter_impl.h.
|
inlineexplicit |
Definition at line 384 of file qrangemodeladapter_impl.h.
References AdapterStorage().
Referenced by AdapterStorage().
|
inline |
Definition at line 393 of file qrangemodeladapter_impl.h.
|
inline |
Definition at line 388 of file qrangemodeladapter_impl.h.
|
inline |
Definition at line 398 of file qrangemodeladapter_impl.h.
References isRangeModel.
|
inline |
Definition at line 406 of file qrangemodeladapter_impl.h.
References isRangeModel.
|
staticconstexpr |
Definition at line 374 of file qrangemodeladapter_impl.h.
Referenced by operator->(), and operator->().
| std::shared_ptr<QRangeModel> QRangeModelDetails::AdapterStorage< Model, Impl >::m_model |
Definition at line 376 of file qrangemodeladapter_impl.h.