QStyleOptionRubberBand Class

QStyleOptionRubberBandクラスは、輪ゴムを描画するために必要なパラメータを記述するために使用されます。詳細...

Header: #include <QStyleOptionRubberBand>
CMake: find_package(Qt6 REQUIRED COMPONENTS Widgets)
target_link_libraries(mytarget PRIVATE Qt6::Widgets)
qmake: QT += widgets
Inherits: QStyleOption

パブリック型

enum StyleOptionType { Type }
enum StyleOptionVersion { Version }

パブリック関数

QStyleOptionRubberBand()
QStyleOptionRubberBand(const QStyleOptionRubberBand &other)

パブリック変数

bool opaque
QRubberBand::Shape shape

詳細説明

QStyleOptionRubberBand には、QStyle 関数がQRubberBand を描画するために必要なすべての情報が含まれています。

パフォーマンス上の理由から、メンバ関数はほとんどなく、メンバ変数へのアクセスは直接(つまり、. または-> 演算子を使用)です。これにより、構造体を簡単に使用することができ、これらは単にスタイル関数が使用するパラメータであることが強調されます。

QStyleOption およびQRubberBandも参照して ください。

メンバ型ドキュメント

enum QStyleOptionRubberBand::StyleOptionType

この列挙型は、スタイル・オプションの型に関する情報を保持するために使われ、QStyleOption のサブクラスごとに定義されています。

定数説明
QStyleOptionRubberBand::TypeSO_RubberBand提供されるスタイルオプションの型 ( このクラスではSO_RubberBand )。

この型は、QStyleOption 、そのサブクラス、およびqstyleoption_cast() によって内部的に使用され、スタイル・オプションの型を決定します。一般に、独自のQStyleOption サブクラスと独自のスタイルを作成するのでなければ、これを気にする必要はありません。

StyleOptionVersionも参照してください

enum QStyleOptionRubberBand::StyleOptionVersion

この列挙型は、スタイル・オプションのバージョンに関する情報を保持するために使用され、QStyleOption のサブクラスごとに定義されます。

定数説明
QStyleOptionRubberBand::Version11

このバージョンは、QStyleOption サブクラスが互換性を壊すことなく拡張を実装するために使用されます。qstyleoption_cast() を使用する場合、通常は確認する必要はありません。

StyleOptionTypeも参照

メンバ関数 ドキュメント

QStyleOptionRubberBand::QStyleOptionRubberBand()

QStyleOptionRubberBand を作成し、メンバ変数をデフォルト値に初期化します。

QStyleOptionRubberBand::QStyleOptionRubberBand(const QStyleOptionRubberBand &other)

other スタイル・オプションのコピーを構築します。

メンバ変数 ドキュメント

bool QStyleOptionRubberBand::opaque

この変数は、ラバーバンドが不透明なスタイルで描画される必要があるかどうかを保持します。

デフォルト値は true です。

QRubberBand::Shape QStyleOptionRubberBand::shape

この変数は、輪ゴムの形状を保持します。

デフォルトの形状はQRubberBand::Line です。

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