Movatterモバイル変換


[0]ホーム

URL:


We bake cookies in your browser for a better experience. Using this site means that you consent.Read More

Menu

Qt Documentation

QTextImageFormat Class

TheQTextImageFormat class provides formatting information for images in aQTextDocument.More...

Header:#include <QTextImageFormat>
Inherits:QTextCharFormat

Note: All functions in this class arereentrant.

Public Functions

QTextImageFormat()
qrealheight() const
boolisValid() const
QStringname() const
voidsetHeight(qreal height)
voidsetName(const QString & name)
voidsetWidth(qreal width)
qrealwidth() const

Detailed Description

TheQTextImageFormat class provides formatting information for images in aQTextDocument.

Inline images are represented by an object replacement character (0xFFFC in Unicode) which has an associatedQTextImageFormat. The image format specifies a name withsetName() that is used to locate the image. The size of the rectangle that the image will occupy is specified usingsetWidth() andsetHeight().

Images can be supplied in any format for which Qt has an image reader, so SVG drawings can be included alongside PNG, TIFF and other bitmap formats.

See alsoQImage andQImageReader.

Member Function Documentation

QTextImageFormat::QTextImageFormat()

Creates a new image format object.

qreal QTextImageFormat::height() const

Returns the height of the rectangle occupied by the image.

See alsowidth() andsetHeight().

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

void QTextImageFormat::setHeight(qreal height)

Sets theheight of the rectangle occupied by the image.

See alsoheight() andsetWidth().

void QTextImageFormat::setName(constQString & name)

Sets thename of the image. Thename is used to locate the image in the application's resources.

See alsoname().

void QTextImageFormat::setWidth(qreal width)

Sets thewidth of the rectangle occupied by the image.

See alsowidth() andsetHeight().

qreal QTextImageFormat::width() const

Returns the width of the rectangle occupied by the image.

See alsoheight() andsetWidth().

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of theGNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.


[8]ページ先頭

©2009-2025 Movatter.jp