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

#include <qgraphicsframecapture_p.h>

+ Collaboration diagram for QGraphicsFrameCapture:

Public Member Functions

 QGraphicsFrameCapture ()
 
 ~QGraphicsFrameCapture ()
 
void setRhi (QRhi *rhi)
 
void startCaptureFrame ()
 
void endCaptureFrame ()
 
QString capturePath () const
 
void setCapturePath (const QString &path)
 
QString capturePrefix () const
 
void setCapturePrefix (const QString &prefix)
 
QString capturedFileName ()
 
QStringList capturedFilesNames ()
 
bool isLoaded () const
 
bool isCapturing () const
 
void openCapture () const
 

Detailed Description

Definition at line 26 of file qgraphicsframecapture_p.h.

Constructor & Destructor Documentation

◆ QGraphicsFrameCapture()

QGraphicsFrameCapture::QGraphicsFrameCapture ( )

Definition at line 27 of file qgraphicsframecapture.cpp.

References QScopedPointer< T, Cleanup >::reset().

+ Here is the call graph for this function:

◆ ~QGraphicsFrameCapture()

QGraphicsFrameCapture::~QGraphicsFrameCapture ( )

Definition at line 36 of file qgraphicsframecapture.cpp.

Member Function Documentation

◆ capturedFileName()

QString QGraphicsFrameCapture::capturedFileName ( )

Definition at line 85 of file qgraphicsframecapture.cpp.

References QGraphicsFrameCapturePrivate::capturedFileName(), and QScopedPointer< T, Cleanup >::isNull().

+ Here is the call graph for this function:

◆ capturedFilesNames()

QStringList QGraphicsFrameCapture::capturedFilesNames ( )

Definition at line 93 of file qgraphicsframecapture.cpp.

References QGraphicsFrameCapturePrivate::capturedFilesNames(), and QScopedPointer< T, Cleanup >::isNull().

+ Here is the call graph for this function:

◆ capturePath()

QString QGraphicsFrameCapture::capturePath ( ) const

Definition at line 59 of file qgraphicsframecapture.cpp.

References QGraphicsFrameCapturePrivate::capturePath(), and QScopedPointer< T, Cleanup >::isNull().

+ Here is the call graph for this function:

◆ capturePrefix()

QString QGraphicsFrameCapture::capturePrefix ( ) const

Definition at line 72 of file qgraphicsframecapture.cpp.

References QGraphicsFrameCapturePrivate::capturePrefix(), and QScopedPointer< T, Cleanup >::isNull().

+ Here is the call graph for this function:

◆ endCaptureFrame()

void QGraphicsFrameCapture::endCaptureFrame ( )

Definition at line 53 of file qgraphicsframecapture.cpp.

References QGraphicsFrameCapturePrivate::endCaptureFrame(), and QScopedPointer< T, Cleanup >::isNull().

+ Here is the call graph for this function:

◆ isCapturing()

bool QGraphicsFrameCapture::isCapturing ( ) const

Definition at line 109 of file qgraphicsframecapture.cpp.

References QGraphicsFrameCapturePrivate::isCapturing(), and QScopedPointer< T, Cleanup >::isNull().

+ Here is the call graph for this function:

◆ isLoaded()

bool QGraphicsFrameCapture::isLoaded ( ) const

Definition at line 101 of file qgraphicsframecapture.cpp.

References QGraphicsFrameCapturePrivate::initialized(), and QScopedPointer< T, Cleanup >::isNull().

+ Here is the call graph for this function:

◆ openCapture()

void QGraphicsFrameCapture::openCapture ( ) const

Definition at line 117 of file qgraphicsframecapture.cpp.

References QScopedPointer< T, Cleanup >::isNull(), and QGraphicsFrameCapturePrivate::openCapture().

+ Here is the call graph for this function:

◆ setCapturePath()

void QGraphicsFrameCapture::setCapturePath ( const QString & path)

Definition at line 66 of file qgraphicsframecapture.cpp.

References QScopedPointer< T, Cleanup >::isNull(), and QGraphicsFrameCapturePrivate::setCapturePath().

+ Here is the call graph for this function:

◆ setCapturePrefix()

void QGraphicsFrameCapture::setCapturePrefix ( const QString & prefix)

Definition at line 79 of file qgraphicsframecapture.cpp.

References QScopedPointer< T, Cleanup >::isNull(), and QGraphicsFrameCapturePrivate::setCapturePrefix().

+ Here is the call graph for this function:

◆ setRhi()

void QGraphicsFrameCapture::setRhi ( QRhi * rhi)

Definition at line 41 of file qgraphicsframecapture.cpp.

References QScopedPointer< T, Cleanup >::isNull(), and QGraphicsFrameCapturePrivate::setRhi().

+ Here is the call graph for this function:

◆ startCaptureFrame()

void QGraphicsFrameCapture::startCaptureFrame ( )

Definition at line 47 of file qgraphicsframecapture.cpp.

References QScopedPointer< T, Cleanup >::isNull(), and QGraphicsFrameCapturePrivate::startCaptureFrame().

+ Here is the call graph for this function:

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