![]() |
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 | |
| Q_IMPLICIT | DroppedEntryCell () noexcept |
| Q_IMPLICIT | DroppedEntryCell (int row, int column=0) noexcept |
Public Attributes | |
| int | m_row |
| int | m_column |
Friends | |
| bool | operator== (const DroppedEntryCell &lhs, const DroppedEntryCell &rhs) noexcept |
| bool | operator!= (const DroppedEntryCell &lhs, const DroppedEntryCell &rhs) noexcept |
Definition at line 1013 of file qrangemodel_impl.h.
|
inlinenoexcept |
Definition at line 1018 of file qrangemodel_impl.h.
|
inlinenoexcept |
Definition at line 1019 of file qrangemodel_impl.h.
|
friend |
Definition at line 1027 of file qrangemodel_impl.h.
References operator==.
|
friend |
Definition at line 1023 of file qrangemodel_impl.h.
References m_column, and m_row.
Referenced by operator!=.
| int QRangeModelDetails::DroppedEntryCell::m_column |
Definition at line 1015 of file qrangemodel_impl.h.
Referenced by operator==.
| int QRangeModelDetails::DroppedEntryCell::m_row |
Definition at line 1014 of file qrangemodel_impl.h.
Referenced by operator==.