Qt 4.8
Public Functions | Public Variables | List of all members
QSpanCollection::Span Struct Reference

#include <qtableview_p.h>

Public Functions

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

Public Variables

int m_bottom
 
int m_left
 
int m_right
 
int m_top
 
bool will_be_deleted
 

Detailed Description

Definition at line 80 of file qtableview_p.h.

Constructors and Destructors

◆ Span() [1/2]

QSpanCollection::Span::Span ( )
inline

Definition at line 87 of file qtableview_p.h.

◆ Span() [2/2]

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

Definition at line 89 of file qtableview_p.h.

90  : m_top(row), m_left(column), m_bottom(row+rowCount-1), m_right(column+columnCount-1), will_be_deleted(false) { }

Functions

◆ bottom()

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

◆ height()

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

◆ left()

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

◆ right()

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

◆ top()

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

◆ width()

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

Properties

◆ m_bottom

int QSpanCollection::Span::m_bottom

Definition at line 84 of file qtableview_p.h.

Referenced by QTableViewPrivate::setSpan().

◆ m_left

int QSpanCollection::Span::m_left

◆ m_right

int QSpanCollection::Span::m_right

Definition at line 85 of file qtableview_p.h.

Referenced by QTableViewPrivate::setSpan().

◆ m_top

int QSpanCollection::Span::m_top

◆ will_be_deleted

bool QSpanCollection::Span::will_be_deleted

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