Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QOscBundle Class Reference

#include <qoscbundle_p.h>

+ Collaboration diagram for QOscBundle:

Public Member Functions

 QOscBundle (const QByteArray &data)
 
bool isValid () const
 
QList< QOscBundlebundles () const
 
QList< QOscMessagemessages () const
 

Friends

class QList< QOscBundle >
 

Detailed Description

Definition at line 16 of file qoscbundle_p.h.

Constructor & Destructor Documentation

◆ QOscBundle()

QOscBundle::QOscBundle ( const QByteArray & data)
explicit

Definition at line 24 of file qoscbundle.cpp.

References QList< T >::append(), QByteArray::mid(), QByteArray(), qCDebug, qCWarning, and qt_readOscString().

+ Here is the call graph for this function:

Member Function Documentation

◆ bundles()

QList< QOscBundle > QOscBundle::bundles ( ) const
inline

Definition at line 24 of file qoscbundle_p.h.

◆ isValid()

bool QOscBundle::isValid ( ) const
inline

Definition at line 23 of file qoscbundle_p.h.

◆ messages()

QList< QOscMessage > QOscBundle::messages ( ) const
inline

Definition at line 25 of file qoscbundle_p.h.

Friends And Related Symbol Documentation

◆ QList< QOscBundle >

friend class QList< QOscBundle >
friend

Definition at line 18 of file qoscbundle_p.h.


The documentation for this class was generated from the following files: