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
QRegionSpan Struct Reference
Collaboration diagram for QRegionSpan:

Public Member Functions

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

Public Attributes

int x1
int x2

Detailed Description

Definition at line 3389 of file qregion.cpp.

Constructor & Destructor Documentation

◆ QRegionSpan() [1/4]

QRegionSpan::QRegionSpan ( )
inline

Definition at line 3390 of file qregion.cpp.

◆ QRegionSpan() [2/4]

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

Definition at line 3391 of file qregion.cpp.

◆ QRegionSpan() [3/4]

QRegionSpan::QRegionSpan ( )
inline

Definition at line 3390 of file qregion.cpp.

◆ QRegionSpan() [4/4]

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

Definition at line 3391 of file qregion.cpp.

Member Function Documentation

◆ width() [1/2]

int QRegionSpan::width ( ) const
inline

Definition at line 3395 of file qregion.cpp.

◆ width() [2/2]

int QRegionSpan::width ( ) const
inline

Definition at line 3395 of file qregion.cpp.

Member Data Documentation

◆ x1

int QRegionSpan::x1

Definition at line 3393 of file qregion.cpp.

◆ x2

int QRegionSpan::x2

Definition at line 3394 of file qregion.cpp.


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