![]() |
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 3231 of file qrangemodel_impl.h.
|
inline |
Definition at line 3232 of file qrangemodel_impl.h.
References m_begin.
|
inline |
Definition at line 3239 of file qrangemodel_impl.h.
|
inline |
Definition at line 3233 of file qrangemodel_impl.h.
References m_end.
|
inline |
Definition at line 3236 of file qrangemodel_impl.h.
References m_begin.
|
inline |
Definition at line 3238 of file qrangemodel_impl.h.
|
inline |
Definition at line 3237 of file qrangemodel_impl.h.
References m_end.
|
inline |
Definition at line 3234 of file qrangemodel_impl.h.
References m_end.
|
inline |
Definition at line 3235 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 |