以下成员源于类 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 |
Use xored( r ) 代替。
Use intersected( r ) 代替。
Use intersected( rect ) 代替。
该函数在 Qt 4.4 引入。
Use subtracted( r ) 代替。
Use united( r ) 代替。
Use united( rect ) 代替。
该函数在 Qt 4.4 引入。