Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qwincapturablewindows.cpp File Reference

(a9542c395c75c3b5c25592b5f4062e987f34f97d)

#include "qwincapturablewindows_p.h"
#include "private/qcapturablewindow_p.h"
#include <QtGui/qwindow.h>
#include <qt_windows.h>
Include dependency graph for qwincapturablewindows.cpp:

Go to the source code of this file.

Functions

static QT_BEGIN_NAMESPACE bool isTopLevelWindow (HWND hwnd)
static bool canCaptureWindow (HWND hwnd)
static QString windowTitle (HWND hwnd)

Function Documentation

◆ canCaptureWindow()

bool canCaptureWindow ( HWND hwnd)
static

Definition at line 18 of file qwincapturablewindows.cpp.

◆ isTopLevelWindow()

QT_BEGIN_NAMESPACE bool isTopLevelWindow ( HWND hwnd)
static

Definition at line 13 of file qwincapturablewindows.cpp.

◆ windowTitle()

QString windowTitle ( HWND hwnd)
static

Definition at line 35 of file qwincapturablewindows.cpp.