Qt:Документация 4.3.2/q3canvaspixmaparray-obsolete
Материал из Wiki.crossplatform.ru
![]() | Внимание: Актуальная версия перевода документации находится здесь |
__NOTOC__
Главная · Все классы · Основные классы · Классы по группам · Модули · Функции |
Содержание[убрать] |
Obsolete Members for Q3CanvasPixmapArray
The following class members are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Открытые функции
- Q3CanvasPixmapArray ( Q3PtrList<QPixmap> list, Q3PtrList<QPoint> hotspots ) (obsolete)
- bool operator! () (obsolete)
Описание функций-членов
Q3CanvasPixmapArray::Q3CanvasPixmapArray ( Q3PtrList< QPixmap> list, Q3PtrList< QPoint> hotspots )
Use Q3CanvasPixmapArray::Q3CanvasPixmapArray( Q3ValueList< QPixmap>, Q3PointArray) instead.
Constructs a Q3CanvasPixmapArray from the list of QPixmaps list. The hotspots list has to be of the same size as list.
bool Q3CanvasPixmapArray::operator! ()
Use isValid() instead.
This returns false if the array is valid, and true if it is not.
Copyright © 2007 Trolltech | Trademarks | Qt 4.3.2
|