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
QGstStructure Struct Reference

#include <qgst_p.h>

Inheritance diagram for QGstStructure:
Collaboration diagram for QGstStructure:

Public Member Functions

 QGstStructure (const char *name)
void setInt (const char *field, int value)
void setString (const char *field, const char *value)
void setIntRange (const char *field, int min, int max)
void setFractionRange (const char *field, Fraction min, Fraction max)
void setValue (const char *field, const GValue *value)
Public Member Functions inherited from QUniqueHandle< QGstImpl::QUniqueGstStructureHandleTraits >
 QUniqueHandle () noexcept
 QUniqueHandle (const Type &handle) noexcept
 QUniqueHandle (const Type &handle, const QtUniqueHandleTraits::DefaultDeleter< QGstImpl::QUniqueGstStructureHandleTraits > &deleter) noexcept
 QUniqueHandle (const Type &handle, QtUniqueHandleTraits::DefaultDeleter< QGstImpl::QUniqueGstStructureHandleTraits > &&deleter) noexcept
 QUniqueHandle (QUniqueHandle &&other) noexcept
 ~QUniqueHandle () noexcept
void swap (QUniqueHandle &other) noexcept
 QUniqueHandle (const QUniqueHandle &)=delete
QUniqueHandleoperator= (const QUniqueHandle &)=delete
bool isValid () const noexcept
 operator bool () const noexcept
Type get () const noexcept
QtUniqueHandleTraits::DefaultDeleter< QGstImpl::QUniqueGstStructureHandleTraits > & deleter () noexcept
const QtUniqueHandleTraits::DefaultDeleter< QGstImpl::QUniqueGstStructureHandleTraits > & deleter () const noexcept
void reset (const Type &handle=QGstImpl::QUniqueGstStructureHandleTraits::invalidValue()) noexcept
Type release () noexcept
Typeoperator& () noexcept
void close () noexcept

Additional Inherited Members

Public Types inherited from QUniqueHandle< QGstImpl::QUniqueGstStructureHandleTraits >
using Type

Detailed Description

Definition at line 194 of file qgst_p.h.

Constructor & Destructor Documentation

◆ QGstStructure()

QGstStructure::QGstStructure ( const char * name)
inlineexplicit

Definition at line 198 of file qgst_p.h.

References QGstStructure().

Referenced by QGstStructure(), QGstCaps::addPixelFormats(), and QGstCaps::fromCameraFormat().

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

Member Function Documentation

◆ setFractionRange()

void QGstStructure::setFractionRange ( const char * field,
Fraction min,
Fraction max )
inline

Definition at line 218 of file qgst_p.h.

◆ setInt()

void QGstStructure::setInt ( const char * field,
int value )
inline

Definition at line 203 of file qgst_p.h.

Referenced by QGstCaps::fromCameraFormat().

Here is the caller graph for this function:

◆ setIntRange()

void QGstStructure::setIntRange ( const char * field,
int min,
int max )
inline

Definition at line 213 of file qgst_p.h.

Referenced by QGstCaps::addPixelFormats().

Here is the caller graph for this function:

◆ setString()

void QGstStructure::setString ( const char * field,
const char * value )
inline

Definition at line 208 of file qgst_p.h.

Referenced by QGstCaps::fromCameraFormat().

Here is the caller graph for this function:

◆ setValue()

void QGstStructure::setValue ( const char * field,
const GValue * value )
inline

Definition at line 224 of file qgst_p.h.


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