Qt:Документация 4.3.2/qregion-obsolete
Материал из Wiki.crossplatform.ru
![]() | Внимание: Актуальная версия перевода документации находится здесь |
__NOTOC__
Главная · Все классы · Основные классы · Классы по группам · Модули · Функции |
Содержание |
[править] Obsolete Members for QRegion
The following class members are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
[править] Открытые функции
- QRegion eor ( const QRegion & r ) const (obsolete)
- QRegion intersect ( const QRegion & r ) const (obsolete)
- QRegion subtract ( const QRegion & r ) const (obsolete)
- QRegion unite ( const QRegion & r ) const (obsolete)
[править] Описание функций-членов
[править] QRegion QRegion::eor ( const QRegion & r ) const
Use xored(r) instead.
[править] QRegion QRegion::intersect ( const QRegion & r ) const
Use intersected(r) instead.
[править] QRegion QRegion::subtract ( const QRegion & r ) const
Use subtracted(r) instead.
[править] QRegion QRegion::unite ( const QRegion & r ) const
Use united(r) instead.
Copyright © 2007 Trolltech | Trademarks | Qt 4.3.2
|