![]() |
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 | Cell () noexcept |
| Q_IMPLICIT | Cell (int row, int column=0) noexcept |
Public Attributes | |
| int | m_row |
| int | m_column |
Friends | |
| bool | operator== (const Cell &lhs, const Cell &rhs) noexcept |
Definition at line 999 of file qrangemodel_impl.h.
|
inlinenoexcept |
Definition at line 1004 of file qrangemodel_impl.h.
|
inlinenoexcept |
Definition at line 1005 of file qrangemodel_impl.h.
Definition at line 1007 of file qrangemodel_impl.h.
| int QRangeModelDetails::DroppedEntry< Entry >::Cell::m_column |
Definition at line 1001 of file qrangemodel_impl.h.
| int QRangeModelDetails::DroppedEntry< Entry >::Cell::m_row |
Definition at line 1000 of file qrangemodel_impl.h.