Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QPlatformCapturableWindows Class Reference

#include <qplatformcapturablewindows_p.h>

+ Inheritance diagram for QPlatformCapturableWindows:
+ Collaboration diagram for QPlatformCapturableWindows:

Public Member Functions

 QPlatformCapturableWindows ()=default
 
virtual ~QPlatformCapturableWindows ()=default
 
virtual QList< QCapturableWindowwindows () const
 
virtual bool isWindowValid (const QCapturableWindowPrivate &) const
 
 Q_DISABLE_COPY (QPlatformCapturableWindows)
 

Detailed Description

Definition at line 28 of file qplatformcapturablewindows_p.h.

Constructor & Destructor Documentation

◆ QPlatformCapturableWindows()

QPlatformCapturableWindows::QPlatformCapturableWindows ( )
default

◆ ~QPlatformCapturableWindows()

virtual QPlatformCapturableWindows::~QPlatformCapturableWindows ( )
virtualdefault

Member Function Documentation

◆ isWindowValid()

virtual bool QPlatformCapturableWindows::isWindowValid ( const QCapturableWindowPrivate & ) const
inlinevirtual

Reimplemented in QCGCapturableWindows, QWinCapturableWindows, and QX11CapturableWindows.

Definition at line 37 of file qplatformcapturablewindows_p.h.

Referenced by QPlatformMediaIntegration::isCapturableWindowValid().

+ Here is the caller graph for this function:

◆ Q_DISABLE_COPY()

QPlatformCapturableWindows::Q_DISABLE_COPY ( QPlatformCapturableWindows )

◆ windows()

virtual QList< QCapturableWindow > QPlatformCapturableWindows::windows ( ) const
inlinevirtual

Reimplemented in QCGCapturableWindows, QWinCapturableWindows, and QX11CapturableWindows.

Definition at line 35 of file qplatformcapturablewindows_p.h.

Referenced by QPlatformMediaIntegration::capturableWindowsList().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: