QCapturableWindow Class
キャプチャ可能なウィンドウの基本情報を取得するために使用します。詳細...
Header: | #include <QCapturableWindow> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Multimedia) target_link_libraries(mytarget PRIVATE Qt6::Multimedia) |
qmake: | QT += multimedia |
Since: | Qt 6.6 |
In QML: | CapturableWindow |
パブリック関数
QCapturableWindow() | |
QCapturableWindow(const QCapturableWindow &other) | |
QCapturableWindow(QCapturableWindow &&other) | |
~QCapturableWindow() | |
QString | description() const |
bool | isValid() const |
void | swap(QCapturableWindow &other) |
QCapturableWindow & | operator=(QCapturableWindow &&other) |
QCapturableWindow & | operator=(const QCapturableWindow &other) |
関連する非メンバー
bool | operator!=(const QCapturableWindow &lhs, const QCapturableWindow &rhs) |
bool | operator==(const QCapturableWindow &lhs, const QCapturableWindow &rhs) |
詳細説明
このクラスは、QCapturableWindow::isValid メソッドが呼び出されるたびに現在の状態を取得する以外は、一連のウィンドウ情報を含んでいます。
QWindowCaptureも参照して ください。
メンバ関数ドキュメント
QCapturableWindow::QCapturableWindow()
どのウィンドウも参照しない null キャプチャ可能なウィンドウ情報を構築します。
QCapturableWindow::QCapturableWindow(const QCapturableWindow &other)
other QCapturableWindow を使用して、新しいウィンドウ情報を構築します。
[noexcept]
QCapturableWindow::QCapturableWindow(QCapturableWindow &&other)
other から移動して QCapturableWindow を構築します。
[noexcept]
QCapturableWindow::~QCapturableWindow()
ウィンドウ情報を破棄します。
QString QCapturableWindow::description() const
ウィンドウの説明を返します。ほとんどの場合、ウィンドウのタイトルを表します。
注: プロパティ説明のゲッター関数です。
bool QCapturableWindow::isValid() const
ウィンドウ情報が有効かどうかを識別する。
無効なウィンドウ情報は存在しないウィンドウを参照するか、何も参照しない。
ウィンドウが有効な場合はtrueを返し、無効な場合はfalseを返す。
注: プロパティ isValid のゲッター関数。
[noexcept]
void QCapturableWindow::swap(QCapturableWindow &other)
現在のウィンドウ情報をother と入れ替える。
[noexcept]
QCapturableWindow &QCapturableWindow::operator=(QCapturableWindow &&other)
other をこのQCapturableWindow に移動する。
QCapturableWindow &QCapturableWindow::operator=(const QCapturableWindow &other)
other ウィンドウ情報をこのQCapturableWindow に割り当てる。
関連する非会員
[noexcept]
bool operator!=(const QCapturableWindow &lhs, const QCapturableWindow &rhs)
ウィンドウ情報lhs とrhs が異なるウィンドウを参照している場合はtrue
を返し、そうでない場合はfalse
を返す。
[noexcept]
bool operator==(const QCapturableWindow &lhs, const QCapturableWindow &rhs)
ウィンドウ情報lhs とrhs が同じウィンドウを参照している場合はtrue
を返し、そうでない場合はfalse
を返します。
©2024 The Qt Company Ltd. 本書に含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。