FormatRange Struct
struct QTextLayout::FormatRangeQTextLayout::FormatRange 構造体は、テキストレイアウトのコンテンツ内の指定された領域に余分なフォーマット情報を適用するために使用されます。詳細...
パブリック変数
関連する非メンバー
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 およびrhs のstart
、length
、format
フィールドのいずれかがそれぞれ異なる値を含む場合、true を返します。
bool operator==(const QTextLayout::FormatRange &lhs, const QTextLayout::FormatRange &rhs)
lhs およびrhs のstart
、length
、format
フィールドにそれぞれ同じ値が含まれている場合、true を返します。
©2024 The Qt Company Ltd. 本文書に含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。