![]() |
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 | wrapped_entry = QRangeModelDetails::wrapped_t<q20::remove_cvref_t<Entry>> |
Public Member Functions | |
| bool | isValid () const |
| const wrapped_entry & | entry () const |
| const QModelIndex & | index () const |
Public Attributes | |
| const Entry & | m_entry |
| const QModelIndex | m_index |
Friends | |
| template<std::size_t N> | |
| decltype(auto) | get (const MimeDataEntry &entry) |
Definition at line 937 of file qrangemodel_impl.h.
| using QRangeModelDetails::MimeDataEntry< Entry >::wrapped_entry = QRangeModelDetails::wrapped_t<q20::remove_cvref_t<Entry>> |
Definition at line 939 of file qrangemodel_impl.h.
|
inline |
Definition at line 942 of file qrangemodel_impl.h.
|
inline |
Definition at line 959 of file qrangemodel_impl.h.
|
inline |
Definition at line 941 of file qrangemodel_impl.h.
|
friend |
Definition at line 962 of file qrangemodel_impl.h.
| const Entry& QRangeModelDetails::MimeDataEntry< Entry >::m_entry |
Definition at line 969 of file qrangemodel_impl.h.
Referenced by QRangeModelDetails::MimeDataEntry< const_row_reference >::entry(), and QRangeModelDetails::MimeDataEntry< const_row_reference >::isValid().
| const QModelIndex QRangeModelDetails::MimeDataEntry< Entry >::m_index |
Definition at line 970 of file qrangemodel_impl.h.