|
ADTF Qt5
|
#include <types.h>
Inherits QObject.
Public Member Functions | |
| Q_INVOKABLE void | setProperty (const QString &strName, const QJSValue &oValue) |
| Q_INVOKABLE QList< QString > | getSubStreams () |
| Q_INVOKABLE QObject * | getSubStreamType (const QString &strSubStream) |
Properties | |
| QVariantMap | properties |
| Returns the properties of the stream type. | |
| QString | stream_meta_type |
| Returns the stream meta type of the stream type. | |
A wrapper for stream types.
| Q_INVOKABLE QList< QString > adtf::javascript::scripting::cStreamTypeWrapper::getSubStreams | ( | ) |
Returns a list of all substreams
| Q_INVOKABLE QObject * adtf::javascript::scripting::cStreamTypeWrapper::getSubStreamType | ( | const QString & | strSubStream | ) |
Return an StreamType from the stream type if found, otherwise return null.
| strSubStream | Substream to get StreamType for |
| Q_INVOKABLE void adtf::javascript::scripting::cStreamTypeWrapper::setProperty | ( | const QString & | strName, |
| const QJSValue & | oValue ) |
Set a property to a given value.
| [in] | strName | The Property name. |
| [in] | oValue | The value to set. |