![]() |
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 Member Functions | |
| Iterator | begin () const |
| Iterator | end () const |
| auto | rbegin () const |
| auto | rend () const |
| auto | first () const |
| auto | last () const |
| bool | isEmpty () const |
| bool | empty () const |
Public Attributes | |
| Iterator | m_begin |
| Iterator | m_end |
Definition at line 3222 of file qrangemodel_impl.h.
|
inline |
Definition at line 3223 of file qrangemodel_impl.h.
References m_begin.
|
inline |
Definition at line 3230 of file qrangemodel_impl.h.
|
inline |
Definition at line 3224 of file qrangemodel_impl.h.
References m_end.
|
inline |
Definition at line 3227 of file qrangemodel_impl.h.
References m_begin.
|
inline |
Definition at line 3229 of file qrangemodel_impl.h.
|
inline |
Definition at line 3228 of file qrangemodel_impl.h.
References m_end.
|
inline |
Definition at line 3225 of file qrangemodel_impl.h.
References m_end.
|
inline |
Definition at line 3226 of file qrangemodel_impl.h.
References m_begin.
| Iterator QRangeModelImpl< Structure, Range, Protocol >::MimeDataRange< Iterator >::m_begin |
| Iterator QRangeModelImpl< Structure, Range, Protocol >::MimeDataRange< Iterator >::m_end |