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
QOscMessage Class Reference

#include <qoscmessage_p.h>

+ Collaboration diagram for QOscMessage:

Public Member Functions

 QOscMessage (const QByteArray &data)
 
bool isValid () const
 
QByteArray addressPattern () const
 
QVariantList arguments () const
 

Friends

class QList< QOscMessage >
 

Detailed Description

Definition at line 15 of file qoscmessage_p.h.

Constructor & Destructor Documentation

◆ QOscMessage()

QOscMessage::QOscMessage ( const QByteArray & data)
explicit

Definition at line 23 of file qoscmessage.cpp.

References addressPattern(), QList< T >::append(), arguments(), QList< T >::at(), i, qCDebug, qCWarning, qt_readOscString(), and QByteArray::size().

+ Here is the call graph for this function:

Member Function Documentation

◆ addressPattern()

QByteArray QOscMessage::addressPattern ( ) const
inline

Definition at line 24 of file qoscmessage_p.h.

Referenced by QOscMessage().

+ Here is the caller graph for this function:

◆ arguments()

QVariantList QOscMessage::arguments ( ) const
inline

Definition at line 25 of file qoscmessage_p.h.

Referenced by QOscMessage().

+ Here is the caller graph for this function:

◆ isValid()

bool QOscMessage::isValid ( ) const
inline

Definition at line 22 of file qoscmessage_p.h.

Friends And Related Symbol Documentation

◆ QList< QOscMessage >

friend class QList< QOscMessage >
friend

Definition at line 17 of file qoscmessage_p.h.


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