273 return d == other.
d || *
d == *other.
d;
282 return d != other.
d && !(*
d == *other.
d);
505 <<
"scanLineDirection" 507 <<
"pixelAspectRatio" 509 <<
"yCbCrColorSpace")
519 if (
qstrcmp(name,
"handleType") == 0) {
521 }
else if (
qstrcmp(name,
"pixelFormat") == 0) {
523 }
else if (
qstrcmp(name,
"handleType") == 0) {
525 }
else if (
qstrcmp(name,
"frameSize") == 0) {
527 }
else if (
qstrcmp(name,
"frameWidth") == 0) {
529 }
else if (
qstrcmp(name,
"frameHeight") == 0) {
531 }
else if (
qstrcmp(name,
"viewport") == 0) {
533 }
else if (
qstrcmp(name,
"scanLineDirection") == 0) {
535 }
else if (
qstrcmp(name,
"frameRate") == 0) {
537 }
else if (
qstrcmp(name,
"pixelAspectRatio") == 0) {
539 }
else if (
qstrcmp(name,
"sizeHint") == 0) {
541 }
else if (
qstrcmp(name,
"yCbCrColorSpace") == 0) {
559 if (
qstrcmp(name,
"handleType") == 0) {
561 }
else if (
qstrcmp(name,
"pixelFormat") == 0) {
563 }
else if (
qstrcmp(name,
"frameSize") == 0) {
568 }
else if (
qstrcmp(name,
"frameWidth") == 0) {
570 }
else if (
qstrcmp(name,
"frameHeight") == 0) {
572 }
else if (
qstrcmp(name,
"viewport") == 0) {
575 }
else if (
qstrcmp(name,
"scanLineDirection") == 0) {
578 }
else if (
qstrcmp(name,
"frameRate") == 0) {
581 }
else if (
qstrcmp(name,
"pixelAspectRatio") == 0) {
584 }
else if (
qstrcmp(name,
"sizeHint") == 0) {
586 }
else if (
qstrcmp(name,
"yCbCrColorSpace") == 0) {
593 if (id < d->propertyValues.count()) {
600 }
else if (!value.
isNull()) {
608 #ifndef QT_NO_DEBUG_STREAM 713 dbg <<
"\n " << propertyName.
data() <<
" = " << f.
property(propertyName.
data());
The QVariant class acts like a union for the most common Qt data types.
The QDebug class provides an output stream for debugging information.
Q_DECL_CONSTEXPR const T & qMin(const T &a, const T &b)
#define QT_END_NAMESPACE
This macro expands to.
char * data()
Returns a pointer to the data stored in the byte array.
bool isNull() const
Returns true if this is a NULL variant, false otherwise.
QDebug & nospace()
Clears the stream's internal flag that records whether the last character was a space and returns a r...
The QByteArray class provides an array of bytes.
QLatin1String(DBUS_INTERFACE_DBUS))) Q_GLOBAL_STATIC_WITH_ARGS(QString
int count(const T &t) const
Returns the number of occurrences of value in the list.
The QVideoFrame class provides a representation of a frame of video data.
HandleType
Identifies the type of a video buffers handle.
The QString class provides a Unicode character string.
Q_DECL_CONSTEXPR T qAbs(const T &t)
void setWidth(int w)
Sets the width to the given width.
int width() const
Returns the width.
void append(const T &t)
Inserts value at the end of the list.
PixelFormat
Enumerates video data types.
#define QT_BEGIN_NAMESPACE
This macro expands to.
bool canConvert(Type t) const
Returns true if the variant's type can be cast to the requested type, t.
QSize size() const
Returns the size of the rectangle.
const T & at(int i) const
Returns the item at index position i in the list.
static QVariant fromValue(const T &value)
Returns a QVariant containing a copy of value.
QString arg(qlonglong a, int fieldwidth=0, int base=10, const QChar &fillChar=QLatin1Char(' ')) const Q_REQUIRED_RESULT
int indexOf(const T &t, int from=0) const
Returns the index position of the first occurrence of value in the list, searching forward from index...
The QSharedData class is a base class for shared data objects.
The QPoint class defines a point in the plane using integer precision.
The QAbstractVideoBuffer class is an abstraction for video data.
int height() const
Returns the height.
The QRect class defines a rectangle in the plane using integer precision.
bool isValid() const
Returns true if both the width and height is equal to or greater than 0; otherwise returns false...
T qvariant_cast(const QVariant &)
The QSize class defines the size of a two-dimensional object using integer point precision.
int qstrcmp(const QByteArray &str1, const char *str2)
QDebug & space()
Writes a space character to the debug stream and returns a reference to the stream.
Qt::LayoutDirection direction
void removeAt(int i)
Removes the item at index position i.