MuseScore  3.4
Music composition and notation
Classes | Namespaces | Enumerations | Functions | Variables
globals.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Ms::MidiRemote
 

Namespaces

 Ms
 
 

Enumerations

enum  Ms::MsWidget { Ms::MAIN_WINDOW = 0, Ms::SCORE_TAB = 1 << 0 }
 
enum  Ms::ScoreState {
  Ms::STATE_INIT = 0, Ms::STATE_DISABLED = 1 << 0, Ms::STATE_NORMAL = 1 << 1, Ms::STATE_NOTE_ENTRY_STAFF_DRUM = 1 << 2,
  Ms::STATE_NOTE_ENTRY_STAFF_TAB = 1 << 3, Ms::STATE_NOTE_ENTRY_METHOD_STEPTIME = 1 << 4, Ms::STATE_NOTE_ENTRY_METHOD_REPITCH = 1 << 5, Ms::STATE_NOTE_ENTRY_METHOD_RHYTHM = 1 << 6,
  Ms::STATE_NOTE_ENTRY_METHOD_REALTIME_AUTO = 1 << 7, Ms::STATE_NOTE_ENTRY_METHOD_REALTIME_MANUAL = 1 << 8, Ms::STATE_EDIT = 1 << 9, Ms::STATE_TEXT_EDIT = 1 << 10,
  Ms::STATE_LYRICS_EDIT = 1 << 11, Ms::STATE_HARMONY_FIGBASS_EDIT = 1 << 12, Ms::STATE_PLAY = 1 << 13, Ms::STATE_FOTO = 1 << 14,
  Ms::STATE_LOCK = 1 << 15, Ms::STATE_NOTE_ENTRY_METHOD_TIMEWISE = 1 << 16, Ms::STATE_NEVER = 1 << 31, Ms::STATE_NOTE_ENTRY_STAFF_PITCHED,
  Ms::STATE_NOTE_ENTRY = STATE_NOTE_ENTRY_STAFF_PITCHED | STATE_NOTE_ENTRY_STAFF_DRUM | STATE_NOTE_ENTRY_STAFF_TAB, Ms::STATE_ALLTEXTUAL_EDIT = STATE_TEXT_EDIT | STATE_LYRICS_EDIT | STATE_HARMONY_FIGBASS_EDIT, Ms::STATE_ALL = -1
}
 
enum  Ms::MidiRemoteType { Ms::MIDI_REMOTE_TYPE_INACTIVE = -1, Ms::MIDI_REMOTE_TYPE_NOTEON = 0, Ms::MIDI_REMOTE_TYPE_CTRL }
 

Functions

const char * Ms::stateName (ScoreState)
 

Variables

bool Ms::enableExperimental = false
 
bool Ms::converterMode = false
 
bool Ms::pluginMode = false
 
double Ms::guiScaling = 0.0
 
int Ms::trimMargin = -1
 
bool Ms::noWebView = false
 
bool Ms::ignoreWarnings = false