![]() |
Qt 6.x
The Qt SDK
|
#include <qcameradevice_p.h>
Inheritance diagram for QCameraDevicePrivate:
Collaboration diagram for QCameraDevicePrivate:Public Member Functions | |
| bool | operator== (const QCameraDevicePrivate &other) const |
| QCameraDevice | 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. | |
| QSharedData & | operator= (const QSharedData &)=delete |
| ~QSharedData ()=default | |
Static Public Member Functions | |
| static const QCameraDevicePrivate * | handle (const QCameraDevice &device) |
Public Attributes | |
| QByteArray | id |
| QString | description |
| bool | isDefault = false |
| QCameraDevice::Position | position = QCameraDevice::UnspecifiedPosition |
| int | orientation = 0 |
| QList< QSize > | photoResolutions |
| QList< QCameraFormat > | videoFormats |
Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 35 of file qcameradevice_p.h.
|
inline |
Definition at line 58 of file qcameradevice_p.h.
|
inlinestatic |
Definition at line 46 of file qcameradevice_p.h.
References device.
Referenced by areCamerasEqual().
Here is the caller graph for this function:
|
inline |
Definition at line 51 of file qcameradevice_p.h.
References description, isDefault, orientation, other(), photoResolutions, position, and videoFormats.
Here is the call graph for this function:| QString QCameraDevicePrivate::description |
Definition at line 39 of file qcameradevice_p.h.
Referenced by QCameraDevice::description(), QCameraDevice::operator==(), and operator==().
| QByteArray QCameraDevicePrivate::id |
Definition at line 38 of file qcameradevice_p.h.
Referenced by createCameraDevice(), QCameraDevice::id(), and QCameraDevice::operator==().
| bool QCameraDevicePrivate::isDefault = false |
Definition at line 40 of file qcameradevice_p.h.
Referenced by QCameraDevice::isDefault(), and operator==().
| int QCameraDevicePrivate::orientation = 0 |
Definition at line 42 of file qcameradevice_p.h.
Referenced by operator==().
Definition at line 43 of file qcameradevice_p.h.
Referenced by operator==(), and QCameraDevice::photoResolutions().
| QCameraDevice::Position QCameraDevicePrivate::position = QCameraDevice::UnspecifiedPosition |
Definition at line 41 of file qcameradevice_p.h.
Referenced by QCameraDevice::operator==(), operator==(), and QCameraDevice::position().
| QList<QCameraFormat> QCameraDevicePrivate::videoFormats |
Definition at line 44 of file qcameradevice_p.h.
Referenced by operator==(), and QCameraDevice::videoFormats().