Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QRangeModelDetails::DroppedEntry< Entry > Struct Template Reference

#include <qrangemodel_impl.h>

Collaboration diagram for QRangeModelDetails::DroppedEntry< Entry >:

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

Detailed Description

template<typename Entry>
struct QRangeModelDetails::DroppedEntry< Entry >

Definition at line 997 of file qrangemodel_impl.h.

Constructor & Destructor Documentation

◆ DroppedEntry() [1/2]

template<typename Entry>
Q_IMPLICIT QRangeModelDetails::DroppedEntry< Entry >::DroppedEntry ( Entry && entry)
inline

Definition at line 1014 of file qrangemodel_impl.h.

◆ DroppedEntry() [2/2]

template<typename Entry>
Q_IMPLICIT QRangeModelDetails::DroppedEntry< Entry >::DroppedEntry ( Entry && entry,
Cell cell )
inline

Definition at line 1017 of file qrangemodel_impl.h.

Member Function Documentation

◆ operator Entry &&()

template<typename Entry>
QRangeModelDetails::DroppedEntry< Entry >::operator Entry && ( ) &&
inline

Definition at line 1022 of file qrangemodel_impl.h.

References m_entry.

Member Data Documentation

◆ m_cell

template<typename Entry>
Cell QRangeModelDetails::DroppedEntry< Entry >::m_cell

Definition at line 1025 of file qrangemodel_impl.h.

◆ m_entry

template<typename Entry>
Entry QRangeModelDetails::DroppedEntry< Entry >::m_entry

Definition at line 1024 of file qrangemodel_impl.h.

Referenced by operator Entry &&().


The documentation for this struct was generated from the following file: