Qt:Документация 4.3.2/qimagewriter-obsolete
Материал из Wiki.crossplatform.ru
![]() | Внимание: Актуальная версия перевода документации находится здесь |
__NOTOC__
Главная · Все классы · Основные классы · Классы по группам · Модули · Функции |
Содержание |
Obsolete Members for QImageWriter
The following class members are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Открытые функции
- QString description () const (obsolete)
- void setDescription ( const QString & description ) (obsolete)
Описание функций-членов
QString QImageWriter::description () const
Use QImageReader::text() instead.
Returns the description of the image.
See also setDescription().
void QImageWriter::setDescription ( const QString & description )
Use setText() instead.
This is an image format specific function that sets the description of the image to description. For image formats that do not support setting the description, this value is ignored.
The contents of description depends on the image format.
See also description().
Copyright © 2007 Trolltech | Trademarks | Qt 4.3.2
|