![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qcameradevice_p.h>
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 46 of file qcameradevice_p.h.
|
inline |
Definition at line 69 of file qcameradevice_p.h.
|
inlinestatic |
Definition at line 57 of file qcameradevice_p.h.
|
inline |
Definition at line 62 of file qcameradevice_p.h.
| QString QCameraDevicePrivate::description |
Definition at line 50 of file qcameradevice_p.h.
| QByteArray QCameraDevicePrivate::id |
Definition at line 49 of file qcameradevice_p.h.
| bool QCameraDevicePrivate::isDefault = false |
Definition at line 51 of file qcameradevice_p.h.
| int QCameraDevicePrivate::orientation = 0 |
Definition at line 53 of file qcameradevice_p.h.
Definition at line 54 of file qcameradevice_p.h.
| QCameraDevice::Position QCameraDevicePrivate::position = QCameraDevice::UnspecifiedPosition |
Definition at line 52 of file qcameradevice_p.h.
| QList<QCameraFormat> QCameraDevicePrivate::videoFormats |
Definition at line 55 of file qcameradevice_p.h.