Obsolete Members for QRegion

以下成員源於類 QRegion 已過時。 提供它們是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它們。

公共函數

(obsolete) QRegion eor (const QRegion & r ) const
(obsolete) QRegion intersect (const QRegion & r ) const
(obsolete) QRegion intersect (const QRect & rect ) const
(obsolete) QRegion subtract (const QRegion & r ) const
(obsolete) QRegion unite (const QRegion & r ) const
(obsolete) QRegion unite (const QRect & rect ) const

成員函數文檔編製

QRegion QRegion:: eor (const QRegion & r ) const

Use xored( r ) 代替。

QRegion QRegion:: intersect (const QRegion & r ) const

Use intersected( r ) 代替。

QRegion QRegion:: intersect (const QRect & rect ) const

Use intersected( rect ) 代替。

該函數在 Qt 4.4 引入。

QRegion QRegion:: subtract (const QRegion & r ) const

Use subtracted( r ) 代替。

QRegion QRegion:: unite (const QRegion & r ) const

Use united( r ) 代替。

QRegion QRegion:: unite (const QRect & rect ) const

Use united( rect ) 代替。

該函數在 Qt 4.4 引入。