Qt:Документация 4.3.2/qtextimageformat

Материал из Wiki.crossplatform.ru

Перейти к: навигация, поиск
40px Внимание: Актуальная версия перевода документации находится здесь

__NOTOC__

Image:qt-logo.png

Главная · Все классы · Основные классы · Классы по группам · Модули · Функции

Image:trolltech-logo.png

Содержание

[править] QTextImageFormat Class Reference
[модуль QtGui ]

The QTextImageFormat class provides formatting information for images in a QTextDocument. Далее...

 #include <QTextImageFormat>

Inherits QTextCharFormat.

[править] Открытые функции


[править] Подробное описание

The QTextImageFormat class provides formatting information for images in a QTextDocument.

Inline images are represented by an object replacement character (0xFFFC in Unicode) which has an associated QTextImageFormat. The image format specifies a name with setName() that is used to locate the image. The size of the rectangle that the image will occupy is specified using setWidth() and setHeight().


[править] Описание функций-членов

[править]
QTextImageFormat::QTextImageFormat ()

Creates a new image format object.

[править]
qreal QTextImageFormat::height () const

Returns the height of the rectangle occupied by the image.

See also width() and setHeight().

[править]
bool QTextImageFormat::isValid () const

Returns true if this image format is valid; otherwise returns false.

[править]
QString QTextImageFormat::name () const

Returns the name of the image. The name refers to an entry in the application's resources file.

See also setName().

[править]
void QTextImageFormat::setHeight ( qreal height )

Sets the height of the rectangle occupied by the image.

See also height() and setWidth().

[править]
void QTextImageFormat::setName ( const QString & name )

Sets the name of the image. The name is used to locate the image in the application's resources.

See also name().

[править]
void QTextImageFormat::setWidth ( qreal width )

Sets the width of the rectangle occupied by the image.

See also width() and setHeight().

[править]
qreal QTextImageFormat::width () const

Returns the width of the rectangle occupied by the image.

See also height() and setWidth().



Copyright © 2007 Trolltech Trademarks
Qt 4.3.2