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::DroppedEntryCell Struct Reference

#include <qrangemodel_impl.h>

Collaboration diagram for QRangeModelDetails::DroppedEntryCell:

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

Detailed Description

Definition at line 1013 of file qrangemodel_impl.h.

Constructor & Destructor Documentation

◆ DroppedEntryCell() [1/2]

Q_IMPLICIT QRangeModelDetails::DroppedEntryCell::DroppedEntryCell ( )
inlinenoexcept

Definition at line 1018 of file qrangemodel_impl.h.

◆ DroppedEntryCell() [2/2]

Q_IMPLICIT QRangeModelDetails::DroppedEntryCell::DroppedEntryCell ( int row,
int column = 0 )
inlinenoexcept

Definition at line 1019 of file qrangemodel_impl.h.

◆ operator!=

bool operator!= ( const DroppedEntryCell & lhs,
const DroppedEntryCell & rhs )
friend

Definition at line 1027 of file qrangemodel_impl.h.

References operator==.

◆ operator==

bool operator== ( const DroppedEntryCell & lhs,
const DroppedEntryCell & rhs )
friend

Definition at line 1023 of file qrangemodel_impl.h.

References m_column, and m_row.

Referenced by operator!=.

Member Data Documentation

◆ m_column

int QRangeModelDetails::DroppedEntryCell::m_column

Definition at line 1015 of file qrangemodel_impl.h.

Referenced by operator==.

◆ m_row

int QRangeModelDetails::DroppedEntryCell::m_row

Definition at line 1014 of file qrangemodel_impl.h.

Referenced by operator==.


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