Qt 4.8
Public Functions | Public Variables | List of all members
QRegionSpan Struct Reference

Public Functions

 QRegionSpan ()
 
 QRegionSpan (int x1_, int x2_)
 
int width () const
 

Public Variables

int x1
 
int x2
 

Detailed Description

Definition at line 3564 of file qregion.cpp.

Constructors and Destructors

◆ QRegionSpan() [1/2]

QRegionSpan::QRegionSpan ( )
inline

Definition at line 3565 of file qregion.cpp.

3565 {}

◆ QRegionSpan() [2/2]

QRegionSpan::QRegionSpan ( int  x1_,
int  x2_ 
)
inline

Definition at line 3566 of file qregion.cpp.

3566 : x1(x1_), x2(x2_) {}

Functions

◆ width()

int QRegionSpan::width ( ) const
inline

Definition at line 3570 of file qregion.cpp.

3570 { return x2 - x1; }

Properties

◆ x1

int QRegionSpan::x1

Definition at line 3568 of file qregion.cpp.

Referenced by flushRow().

◆ x2

int QRegionSpan::x2

Definition at line 3569 of file qregion.cpp.

Referenced by flushRow().


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