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

#include <qrangemodel_impl.h>

Collaboration diagram for QRangeModelDetails::DroppedEntry< Entry >::Cell:

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

Detailed Description

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

Definition at line 999 of file qrangemodel_impl.h.

Constructor & Destructor Documentation

◆ Cell() [1/2]

template<typename Entry>
Q_IMPLICIT QRangeModelDetails::DroppedEntry< Entry >::Cell::Cell ( )
inlinenoexcept

Definition at line 1004 of file qrangemodel_impl.h.

◆ Cell() [2/2]

template<typename Entry>
Q_IMPLICIT QRangeModelDetails::DroppedEntry< Entry >::Cell::Cell ( int row,
int column = 0 )
inlinenoexcept

Definition at line 1005 of file qrangemodel_impl.h.

◆ operator==

template<typename Entry>
bool operator== ( const Cell & lhs,
const Cell & rhs )
friend

Definition at line 1007 of file qrangemodel_impl.h.

Member Data Documentation

◆ m_column

template<typename Entry>
int QRangeModelDetails::DroppedEntry< Entry >::Cell::m_column

Definition at line 1001 of file qrangemodel_impl.h.

◆ m_row

template<typename Entry>
int QRangeModelDetails::DroppedEntry< Entry >::Cell::m_row

Definition at line 1000 of file qrangemodel_impl.h.


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