![]() |
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 | Cell = DroppedEntryCell |
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 1034 of file qrangemodel_impl.h.
| using QRangeModelDetails::DroppedEntry< Entry >::Cell = DroppedEntryCell |
Definition at line 1036 of file qrangemodel_impl.h.
|
inline |
Definition at line 1039 of file qrangemodel_impl.h.
|
inline |
Definition at line 1042 of file qrangemodel_impl.h.
|
inline |
Definition at line 1047 of file qrangemodel_impl.h.
References m_entry.
| Cell QRangeModelDetails::DroppedEntry< Entry >::m_cell |
Definition at line 1050 of file qrangemodel_impl.h.
| Entry QRangeModelDetails::DroppedEntry< Entry >::m_entry |
Definition at line 1049 of file qrangemodel_impl.h.
Referenced by operator Entry &&().