#include <nodes_mpeg4.h>
Data Fields | |
BASE_NODE SFBool | executeCommand |
void(* | on_executeCommand )(GF_Node *pThis, struct _route *route) |
SFString | gotoLabel |
void(* | on_gotoLabel )(GF_Node *pThis, struct _route *route) |
SFInt32 | gotoMeasure |
void(* | on_gotoMeasure )(GF_Node *pThis, struct _route *route) |
SFTime | highlightTimePosition |
void(* | on_highlightTimePosition )(GF_Node *pThis, struct _route *route) |
SFVec3f | mousePosition |
void(* | on_mousePosition )(GF_Node *pThis, struct _route *route) |
MFString | argumentsOnExecute |
SFString | commandOnExecute |
SFInt32 | firstVisibleMeasure |
SFBool | hyperlinkEnable |
SFBool | loop |
MFString | partsLyrics |
MFInt32 | partsShown |
SFTime | scoreOffset |
SFVec2f | size |
SFFloat | speed |
SFTime | startTime |
SFTime | stopTime |
SFFloat | transpose |
MFURL | url |
MFURL | urlSA |
SFString | viewType |
SFString | activatedLink |
MFString | availableCommands |
MFString | availableLabels |
MFString | availableLyricLanguages |
MFString | availableViewTypes |
SFBool | isActive |
SFVec3f | highlightPosition |
SFInt32 | lastVisibleMeasure |
SFInt32 | numMeasures |
MFString | partNames |
BASE_NODE SFBool M_MusicScore::executeCommand |
void(* M_MusicScore::on_executeCommand)(GF_Node *pThis, struct _route *route) |
void(* M_MusicScore::on_gotoLabel)(GF_Node *pThis, struct _route *route) |
void(* M_MusicScore::on_gotoMeasure)(GF_Node *pThis, struct _route *route) |
void(* M_MusicScore::on_highlightTimePosition)(GF_Node *pThis, struct _route *route) |
void(* M_MusicScore::on_mousePosition)(GF_Node *pThis, struct _route *route) |