Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions

QTextImageFormat Class Reference

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

#include <QTextImageFormat>

Inherits QTextCharFormat.

List of all members.

Public Functions


Detailed Description

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().


Member Function Documentation

QTextImageFormat::QTextImageFormat ()

Creates a new QTextImageFormat.

int 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.

See also setName().

void QTextImageFormat::setHeight ( int height )

Sets the height of the rectangle occupied by the image to height.

See also height() and setWidth().

void QTextImageFormat::setName ( const QString & name )

Sets the name of the image to name. The name is used to locate the image.

See also name().

void QTextImageFormat::setWidth ( int width )

Sets the width of the rectangle occupied by the image to width.

See also width() and setHeight().

int QTextImageFormat::width () const

Returns the width of the rectangle occupied by the image.

See also height() and setWidth().


Copyright © 2004 Trolltech. Trademarks
Qt 4.0.0-tp1