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
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 QOscBundle(), and isValid().

Referenced by QOscBundle().

Here is the call graph for this function:
Here is the caller 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.

Referenced by QOscBundle().

Here is the caller graph for this function:

◆ messages()

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

Definition at line 25 of file qoscbundle_p.h.

◆ 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: