MuseScore  3.4
Music composition and notation
Public Member Functions | Public Attributes | List of all members
Ms::SeqMsg Struct Reference

#include <seq.h>

Collaboration diagram for Ms::SeqMsg:
Collaboration graph
[legend]

Public Member Functions

 SeqMsg ()
 
 SeqMsg (SeqMsgId _id, int val)
 
 SeqMsg (SeqMsgId _id, qreal val)
 
 SeqMsg (SeqMsgId _id, const NPlayEvent &e)
 

Public Attributes

SeqMsgId id
 
union {
   int   intVal
 
   qreal   realVal
 
}; 
 
NPlayEvent event
 

Constructor & Destructor Documentation

◆ SeqMsg() [1/4]

Ms::SeqMsg::SeqMsg ( )
inline

◆ SeqMsg() [2/4]

Ms::SeqMsg::SeqMsg ( SeqMsgId  _id,
int  val 
)
inline

◆ SeqMsg() [3/4]

Ms::SeqMsg::SeqMsg ( SeqMsgId  _id,
qreal  val 
)
inline

◆ SeqMsg() [4/4]

Ms::SeqMsg::SeqMsg ( SeqMsgId  _id,
const NPlayEvent e 
)
inline

Member Data Documentation

◆ @48

union { ... }

◆ event

NPlayEvent Ms::SeqMsg::event

◆ id

SeqMsgId Ms::SeqMsg::id

◆ intVal

int Ms::SeqMsg::intVal

◆ realVal

qreal Ms::SeqMsg::realVal

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