![]() |
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>
Classes | |
| struct | Cell |
Public Member Functions | |
| Q_IMPLICIT | DroppedEntry (Entry &&entry) |
| Q_IMPLICIT | DroppedEntry (Entry &&entry, Cell cell) |
| operator Entry && () && | |
Public Attributes | |
| Entry | m_entry |
| Cell | m_cell |
Definition at line 997 of file qrangemodel_impl.h.
|
inline |
Definition at line 1014 of file qrangemodel_impl.h.
|
inline |
Definition at line 1017 of file qrangemodel_impl.h.
|
inline |
Definition at line 1022 of file qrangemodel_impl.h.
References m_entry.
| Cell QRangeModelDetails::DroppedEntry< Entry >::m_cell |
Definition at line 1025 of file qrangemodel_impl.h.
| Entry QRangeModelDetails::DroppedEntry< Entry >::m_entry |
Definition at line 1024 of file qrangemodel_impl.h.
Referenced by operator Entry &&().