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
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.

Member Data Documentation

◆ description

QString QCapturableWindowPrivate::description

Definition at line 28 of file qcapturablewindow_p.h.

◆ id

Id QCapturableWindowPrivate::id = 0

Definition at line 29 of file qcapturablewindow_p.h.


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