This is the main window of the ZGChoir application.
More...
#include <ChoirWindow.h>
This is the main window of the ZGChoir application.
All top-level GUI functionality is handled here.
Definition at line 31 of file ChoirWindow.h.
This signal is emitted at shutdown to tell the Quasimodo thread to free his resources in preparation for exit.
This signal is emitted at shutdown to tell the music-player thread to free his resources in preparation for exit.
virtual void keyPressEvent |
( |
QKeyEvent * |
| ) |
|
|
virtual |
Called when the user presses a key while the ZGChoir has the focus.
void LocalNoteAssignmentsChanged |
( |
quint64 |
localNotesChord | ) |
|
|
signal |
This signal is emitted when the set of bells assigned to us changed, to let Quasimodo know which bells to use now.
- Parameters
-
localNotesChord | a bit-chord of CHOIR_NOTE_* values indicating which bells are currently assigned to this peer. |
void RequestBells |
( |
quint64 |
bellChord, |
|
|
bool |
localNotesOnly |
|
) |
| |
|
signal |
This signal is emitted at startup to tell the Quasimodo thread to ring some bells now.
- Parameters
-
bellChord | a bit-chord of CHOIR_NOTE_* values to play |
localNotesOnly | if true, Quasidomodo will ring only those bells in (bellChord) that are assigned to this peer. otherwise Quasimodo will ring all the bells in (bellChord) |
virtual void resizeEvent |
( |
QResizeEvent * |
| ) |
|
|
virtual |
Called when the ZGChoir window is resized.
void SendMusicSheetToPlayer |
( |
const choir::ConstMusicSheetRef & |
newMusicSheet | ) |
|
|
signal |
This signal is emitted when our MusicSheet changes, in order to send the new MusicSheet to the music-sheet-player thread.
- Parameters
-
newMusicSheet | a read-only reference to the new MusicSheet object |
This signal is emitted when our PlaybackState changes, in order to send the new PlaybackState to the music-sheet-player thread.
- Parameters
-
newPlaybackState | the new playback state for the MusicPlayer to use to control its playback behavior |
This signal is emitted at startup to tell the Quasimodo thread to do his setup (start timers, load samples, etc)
This signal is emitted at startup to tell the music-sheet-player thread to do his setup.
The documentation for this class was generated from the following file: