![]() |
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) | |
Additional Inherited Members | |
| Public Attributes inherited from QRangeModelDetails::Storage< ModelStorage, typename > | |
| std::remove_const_t< ModelStorage > | m_model |
Definition at line 927 of file qrangemodel_impl.h.
| using QRangeModelDetails::ModelData< ModelStorage, PropertyStorage >::const_iterator = typename WrappedStorage::const_iterator |
Definition at line 932 of file qrangemodel_impl.h.
| using QRangeModelDetails::ModelData< ModelStorage, PropertyStorage >::iterator = typename WrappedStorage::iterator |
Definition at line 931 of file qrangemodel_impl.h.
| using QRangeModelDetails::ModelData< ModelStorage, PropertyStorage >::WrappedStorage = Storage<QRangeModelDetails::wrapped_t<ModelStorage>> |
Definition at line 930 of file qrangemodel_impl.h.
|
inline |
|
inline |
Definition at line 934 of file qrangemodel_impl.h.
|
inline |
Definition at line 935 of file qrangemodel_impl.h.