QPlaneGeometryView Class
class Qt3DExtras::QPlaneGeometryView正方形の平面メッシュ。もっと見る...
Header: | #include <Qt3DExtras/QPlaneGeometryView> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3dextras) target_link_libraries(mytarget PRIVATE Qt6::3dextras) |
qmake: | QT += 3dextras |
In QML: | PlaneGeometryView |
Inherits: | Qt3DCore::QGeometryView |
Status: | Deprecated |
プロパティ
- height : float
- meshResolution : QSize
- mirrored : bool
- width : float
パブリック関数
QPlaneGeometryView(Qt3DCore::QNode *parent = nullptr) | |
float | height() const |
QSize | meshResolution() const |
bool | mirrored() const |
float | width() const |
パブリックスロット
void | setHeight(float height) |
void | setMeshResolution(const QSize &resolution) |
void | setMirrored(bool mirrored) |
void | setWidth(float width) |
シグナル
void | heightChanged(float height) |
void | meshResolutionChanged(const QSize &meshResolution) |
void | mirroredChanged(bool mirrored) |
void | widthChanged(float width) |
プロパティの説明
height : float
平面の高さを保持します。
アクセス関数:
float | height() const |
void | setHeight(float height) |
通知シグナル
void | heightChanged(float height) |
meshResolution : QSize
平面の解像度を保持します。このプロパティの幅と高さの値は、それぞれの次元でメッシュに生成される頂点の数を指定します。
アクセス関数
QSize | meshResolution() const |
void | setMeshResolution(const QSize &resolution) |
ノーティファイアシグナル:
void | meshResolutionChanged(const QSize &meshResolution) |
mirrored : bool
Notifierシグナル:平面のUV座標を垂直方向に反転させるかどうかを制御します。
アクセス関数
bool | mirrored() const |
void | setMirrored(bool mirrored) |
ノーティファイアシグナル
void | mirroredChanged(bool mirrored) |
width : float
平面の幅を保持します。
アクセス関数
float | width() const |
void | setWidth(float width) |
通知シグナル:平面の幅を保持します:
void | widthChanged(float width) |
メンバ関数ドキュメント
[explicit]
QPlaneGeometryView::QPlaneGeometryView(Qt3DCore::QNode *parent = nullptr)
parent を持つ新しい QPlaneGeometryView を構築します。
本ドキュメントに含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。