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
qvideotransformation_p.h File Reference

(3ecb1b2ecda4f0915bffa5c16a24e24c5f0c72c1)

#include <qtvideo.h>
#include <optional>
Include dependency graph for qvideotransformation_p.h:

Go to the source code of this file.

Classes

struct  VideoTransformation

Typedefs

using VideoTransformationOpt = std::optional<VideoTransformation>

Functions

bool operator== (const VideoTransformation &lhs, const VideoTransformation &rhs)
bool operator!= (const VideoTransformation &lhs, const VideoTransformation &rhs)
Q_MULTIMEDIA_EXPORT QDebug operator<< (QDebug dbg, const VideoTransformation &transform)

Typedef Documentation

◆ VideoTransformationOpt

Definition at line 58 of file qvideotransformation_p.h.

Function Documentation

◆ operator!=()

bool operator!= ( const VideoTransformation & lhs,
const VideoTransformation & rhs )
inline

Definition at line 66 of file qvideotransformation_p.h.

References operator==().

Here is the call graph for this function:

◆ operator<<()

Q_MULTIMEDIA_EXPORT QDebug operator<< ( QDebug dbg,
const VideoTransformation & transform )

Definition at line 9 of file qvideotransformation.cpp.

◆ operator==()

bool operator== ( const VideoTransformation & lhs,
const VideoTransformation & rhs )
inline

Definition at line 60 of file qvideotransformation_p.h.

Referenced by operator!=().

Here is the caller graph for this function: