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
QtPipeWire::SpaRange< T > Struct Template Reference

#include <qpipewire_spa_pod_parser_support_p.h>

Collaboration diagram for QtPipeWire::SpaRange< T >:

Static Public Member Functions

static std::optional< SpaRangeparse (const struct spa_pod *value)

Public Attributes

defaultValue
minValue
maxValue

Detailed Description

template<typename T>
struct QtPipeWire::SpaRange< T >

Definition at line 39 of file qpipewire_spa_pod_parser_support_p.h.

Member Function Documentation

◆ parse()

template<typename T>
std::optional< SpaRange > QtPipeWire::SpaRange< T >::parse ( const struct spa_pod * value)
inlinestatic

Definition at line 41 of file qpipewire_spa_pod_parser_support_p.h.

Member Data Documentation

◆ defaultValue

template<typename T>
T QtPipeWire::SpaRange< T >::defaultValue

Definition at line 55 of file qpipewire_spa_pod_parser_support_p.h.

◆ maxValue

template<typename T>
T QtPipeWire::SpaRange< T >::maxValue

Definition at line 57 of file qpipewire_spa_pod_parser_support_p.h.

◆ minValue

template<typename T>
T QtPipeWire::SpaRange< T >::minValue

Definition at line 56 of file qpipewire_spa_pod_parser_support_p.h.


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