FormatRange Struct

struct QTextLayout::FormatRange

QTextLayout::FormatRange 構造体は、テキストレイアウトのコンテンツ内の指定された領域に余分なフォーマット情報を適用するために使用されます。詳細...

パブリック変数

QTextCharFormat format
int length
int start
bool operator!=(const QTextLayout::FormatRange &lhs, const QTextLayout::FormatRange &rhs)
bool operator==(const QTextLayout::FormatRange &lhs, const QTextLayout::FormatRange &rhs)

詳細説明

QTextLayout::setFormats() およびQTextLayout::draw()も参照

メンバ変数ドキュメント

QTextCharFormat FormatRange::format

適用する書式を指定する。

int FormatRange::length

書式範囲の文字数を指定します。

int FormatRange::start

テキストレイアウトのテキスト内の書式範囲の開始位置を指定します。

関連する非会員

bool operator!=(const QTextLayout::FormatRange &lhs, const QTextLayout::FormatRange &rhs)

lhs およびrhsstartlengthformat フィールドのいずれかがそれぞれ異なる値を含む場合、true を返します。

bool operator==(const QTextLayout::FormatRange &lhs, const QTextLayout::FormatRange &rhs)

lhs およびrhsstartlengthformat フィールドにそれぞれ同じ値が含まれている場合、true を返します。

©2024 The Qt Company Ltd. 本文書に含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。