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
QCapturableWindowPrivate Class Reference

#include <qcapturablewindow_p.h>

+ Inheritance diagram for QCapturableWindowPrivate:
+ Collaboration diagram for QCapturableWindowPrivate:

Public Types

using Id = size_t
 

Public Member Functions

QCapturableWindow create ()
 
- Public Member Functions inherited from QSharedData
 QSharedData () noexcept
 Constructs a QSharedData object with a reference count of 0.
 
 QSharedData (const QSharedData &) noexcept
 Constructs a QSharedData object with reference count 0.
 
QSharedDataoperator= (const QSharedData &)=delete
 
 ~QSharedData ()=default
 

Static Public Member Functions

static const QCapturableWindowPrivatehandle (const QCapturableWindow &window)
 

Public Attributes

QString description
 
Id id = 0
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 24 of file qcapturablewindow_p.h.

Member Typedef Documentation

◆ Id

Definition at line 26 of file qcapturablewindow_p.h.

Member Function Documentation

◆ create()

QCapturableWindow QCapturableWindowPrivate::create ( )
inline

Definition at line 36 of file qcapturablewindow_p.h.

◆ handle()

static const QCapturableWindowPrivate * QCapturableWindowPrivate::handle ( const QCapturableWindow & window)
inlinestatic

Definition at line 31 of file qcapturablewindow_p.h.

References window().

Referenced by QCGWindowCapture::setActiveInternal(), QFFmpegWindowCaptureUwp::setActiveInternal(), and QGdiWindowCapture::setActiveInternal().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ description

QString QCapturableWindowPrivate::description

Definition at line 28 of file qcapturablewindow_p.h.

Referenced by QCapturableWindow::description().

◆ id

Id QCapturableWindowPrivate::id = 0

Definition at line 29 of file qcapturablewindow_p.h.

Referenced by QCapturableWindow::description().


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