![]() |
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<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(begin(m_model)) |
using | const_iterator = decltype(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 > > | |
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 > > | |
static constexpr bool | cachesProperties |
Definition at line 896 of file qrangemodel_impl.h.
using QRangeModelDetails::ModelData< ModelStorage, ItemType >::const_iterator = typename WrappedStorage::const_iterator |
Definition at line 901 of file qrangemodel_impl.h.
using QRangeModelDetails::ModelData< ModelStorage, ItemType >::iterator = typename WrappedStorage::iterator |
Definition at line 900 of file qrangemodel_impl.h.
using QRangeModelDetails::ModelData< ModelStorage, ItemType >::WrappedStorage = Storage<wrapped_t<ModelStorage>> |
Definition at line 899 of file qrangemodel_impl.h.
|
inline |
|
inline |
Definition at line 903 of file qrangemodel_impl.h.
|
inline |
Definition at line 904 of file qrangemodel_impl.h.