![]() |
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 | WrappedStorage = Storage<QRangeModelDetails::wrapped_t<ModelStorage>> |
| using | iterator = typename WrappedStorage::iterator |
| using | const_iterator = typename WrappedStorage::const_iterator |
| Public Types inherited from QRangeModelDetails::Storage< ModelStorage, typename > | |
| using | iterator = decltype(QRangeModelDetails::adl_begin(m_model)) |
| using | const_iterator = decltype(QRangeModelDetails::adl_begin(m_model)) |
Public Member Functions | |
| auto | model () |
| auto | model () const |
| template<typename Model = ModelStorage> | |
| ModelData (Model &&model) | |
| Public Member Functions inherited from QRangeModelDetails::PropertyData< has_metaobject_v< ItemType >, std::is_base_of_v< QObject, std::remove_pointer_t< ItemType > > > | |
| void | invalidateCaches () |
Additional Inherited Members | |
| Public Attributes inherited from QRangeModelDetails::Storage< ModelStorage, typename > | |
| std::remove_const_t< ModelStorage > | m_model |
| Static Public Attributes inherited from QRangeModelDetails::PropertyData< has_metaobject_v< ItemType >, std::is_base_of_v< QObject, std::remove_pointer_t< ItemType > > > | |
| static constexpr bool | cachesProperties |
Definition at line 882 of file qrangemodel_impl.h.
| using QRangeModelDetails::ModelData< ModelStorage, ItemType >::const_iterator = typename WrappedStorage::const_iterator |
Definition at line 888 of file qrangemodel_impl.h.
| using QRangeModelDetails::ModelData< ModelStorage, ItemType >::iterator = typename WrappedStorage::iterator |
Definition at line 887 of file qrangemodel_impl.h.
| using QRangeModelDetails::ModelData< ModelStorage, ItemType >::WrappedStorage = Storage<QRangeModelDetails::wrapped_t<ModelStorage>> |
Definition at line 886 of file qrangemodel_impl.h.
|
inline |
|
inline |
Definition at line 890 of file qrangemodel_impl.h.
|
inline |
Definition at line 891 of file qrangemodel_impl.h.