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

#include <qqnxcamerahandle_p.h>

+ Collaboration diagram for QQnxCameraHandle:

Public Member Functions

 QQnxCameraHandle ()=default
 
 QQnxCameraHandle (camera_handle_t h)
 
 QQnxCameraHandle (QQnxCameraHandle &&other)
 
 QQnxCameraHandle (const QQnxCameraHandle &)=delete
 
QQnxCameraHandleoperator= (QQnxCameraHandle &&other)
 
 ~QQnxCameraHandle ()
 
bool open (camera_unit_t unit, uint32_t mode)
 
bool close ()
 
camera_handle_t get () const
 
bool isOpen () const
 
camera_error_t lastError () const
 

Detailed Description

Definition at line 21 of file qqnxcamerahandle_p.h.

Constructor & Destructor Documentation

◆ QQnxCameraHandle() [1/4]

QQnxCameraHandle::QQnxCameraHandle ( )
default

Referenced by QQnxCameraHandle(), and operator=().

+ Here is the caller graph for this function:

◆ QQnxCameraHandle() [2/4]

QQnxCameraHandle::QQnxCameraHandle ( camera_handle_t h)
inlineexplicit

Definition at line 26 of file qqnxcamerahandle_p.h.

◆ QQnxCameraHandle() [3/4]

QQnxCameraHandle::QQnxCameraHandle ( QQnxCameraHandle && other)
inlineexplicit

Definition at line 29 of file qqnxcamerahandle_p.h.

References QQnxCameraHandle(), and other().

+ Here is the call graph for this function:

◆ QQnxCameraHandle() [4/4]

QQnxCameraHandle::QQnxCameraHandle ( const QQnxCameraHandle & )
delete

◆ ~QQnxCameraHandle()

QQnxCameraHandle::~QQnxCameraHandle ( )
inline

Definition at line 48 of file qqnxcamerahandle_p.h.

References close().

+ Here is the call graph for this function:

Member Function Documentation

◆ close()

bool QQnxCameraHandle::close ( )
inline

Definition at line 63 of file qqnxcamerahandle_p.h.

References isOpen().

Referenced by ~QQnxCameraHandle().

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

◆ get()

◆ isOpen()

bool QQnxCameraHandle::isOpen ( ) const
inline

Definition at line 79 of file qqnxcamerahandle_p.h.

Referenced by close(), QQnxCamera::isActive(), open(), and QQnxCamera::setCameraFormat().

+ Here is the caller graph for this function:

◆ lastError()

camera_error_t QQnxCameraHandle::lastError ( ) const
inline

Definition at line 84 of file qqnxcamerahandle_p.h.

Referenced by QQnxCamera::QQnxCamera().

+ Here is the caller graph for this function:

◆ open()

bool QQnxCameraHandle::open ( camera_unit_t unit,
uint32_t mode )
inline

Definition at line 53 of file qqnxcamerahandle_p.h.

References isOpen().

Referenced by QQnxCamera::QQnxCamera().

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

◆ operator=()

QQnxCameraHandle & QQnxCameraHandle::operator= ( QQnxCameraHandle && other)
inline

Definition at line 38 of file qqnxcamerahandle_p.h.

References QQnxCameraHandle(), and other().

+ Here is the call graph for this function:

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