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
QGstImpl::GstObjectTraits< GObject > Struct Reference

#include <qgst_p.h>

Collaboration diagram for QGstImpl::GstObjectTraits< GObject >:

Public Types

using Type = GObject

Static Public Member Functions

template<typename U>
static bool isObjectOfType (U *arg)
template<typename U>
static Typecast (U *arg)
template<typename U>
static Typechecked_cast (U *arg)

Detailed Description

Definition at line 124 of file qgst_p.h.

Member Typedef Documentation

◆ Type

using QGstImpl::GstObjectTraits< GObject >::Type = GObject

Definition at line 126 of file qgst_p.h.

Member Function Documentation

◆ cast()

template<typename U>
Type * QGstImpl::GstObjectTraits< GObject >::cast ( U * arg)
inlinestatic

Definition at line 133 of file qgst_p.h.

◆ checked_cast()

template<typename U>
Type * QGstImpl::GstObjectTraits< GObject >::checked_cast ( U * arg)
inlinestatic

Definition at line 138 of file qgst_p.h.

◆ isObjectOfType()

template<typename U>
bool QGstImpl::GstObjectTraits< GObject >::isObjectOfType ( U * arg)
inlinestatic

Definition at line 128 of file qgst_p.h.


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