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
QSpanCollection::Span Struct Reference

#include <qtableview_p.h>

Collaboration diagram for QSpanCollection::Span:

Public Member Functions

 Span ()
 Span (int row, int column, int rowCount, int columnCount)
int top () const
int left () const
int bottom () const
int right () const
int height () const
int width () const

Public Attributes

int m_top
int m_left
int m_bottom
int m_right
bool will_be_deleted

Detailed Description

Definition at line 50 of file qtableview_p.h.

Constructor & Destructor Documentation

◆ Span() [1/2]

QSpanCollection::Span::Span ( )
inline

Definition at line 57 of file qtableview_p.h.

◆ Span() [2/2]

QSpanCollection::Span::Span ( int row,
int column,
int rowCount,
int columnCount )
inline

Definition at line 59 of file qtableview_p.h.

Member Function Documentation

◆ bottom()

int QSpanCollection::Span::bottom ( ) const
inline

Definition at line 63 of file qtableview_p.h.

◆ height()

int QSpanCollection::Span::height ( ) const
inline

Definition at line 65 of file qtableview_p.h.

◆ left()

int QSpanCollection::Span::left ( ) const
inline

Definition at line 62 of file qtableview_p.h.

◆ right()

int QSpanCollection::Span::right ( ) const
inline

Definition at line 64 of file qtableview_p.h.

◆ top()

int QSpanCollection::Span::top ( ) const
inline

Definition at line 61 of file qtableview_p.h.

◆ width()

int QSpanCollection::Span::width ( ) const
inline

Definition at line 66 of file qtableview_p.h.

Member Data Documentation

◆ m_bottom

int QSpanCollection::Span::m_bottom

Definition at line 54 of file qtableview_p.h.

◆ m_left

int QSpanCollection::Span::m_left

Definition at line 53 of file qtableview_p.h.

◆ m_right

int QSpanCollection::Span::m_right

Definition at line 55 of file qtableview_p.h.

◆ m_top

int QSpanCollection::Span::m_top

Definition at line 52 of file qtableview_p.h.

◆ will_be_deleted

bool QSpanCollection::Span::will_be_deleted

Definition at line 56 of file qtableview_p.h.


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