QWaylandOutputMode Class
QWaylandOutputModeクラスは出力の解像度とリフレッシュレートを保持する。詳細...
Header: | #include <QWaylandOutputMode> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS WaylandCompositor) target_link_libraries(mytarget PRIVATE Qt6::WaylandCompositor) |
qmake: | QT += waylandcompositor |
パブリック関数
bool | isValid() const |
int | refreshRate() const |
QSize | size() const |
bool | operator!=(const QWaylandOutputMode &other) const |
bool | operator==(const QWaylandOutputMode &other) const |
QWaylandOutputも参照してください 。
メンバー関数 ドキュメント
bool QWaylandOutputMode::isValid() const
このモードが有効な解像度とリフレッシュレートを含んでいるかどうかを返します。
int QWaylandOutputMode::refreshRate() const
リフレッシュレートをmHzで返す。
QSize QWaylandOutputMode::size() const
解像度をピクセル単位で返す。
bool QWaylandOutputMode::operator!=(const QWaylandOutputMode &other) const
このモードがother と等しくない場合はtrue
を返し、そうでない場合はfalse
を返す。
bool QWaylandOutputMode::operator==(const QWaylandOutputMode &other) const
このモードがother と等しい場合はtrue
を返し、そうでない場合はfalse
を返します。
©2024 The Qt Company Ltd. 本文書に含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。