MuseScore  3.4
Music composition and notation
Classes | Namespaces | Enumerations | Functions
shortcut.h File Reference
#include "icons.h"
#include "globals.h"
Include dependency graph for shortcut.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ms::Shortcut
 

Namespaces

 Ms
 
 

Enumerations

enum  Ms::ShortcutFlags : char {
  Ms::ShortcutFlags::NONE = 0, Ms::ShortcutFlags::A_SCORE = 1, Ms::ShortcutFlags::A_CMD = 1 << 1, Ms::ShortcutFlags::A_CHECKABLE = 1 << 2,
  Ms::ShortcutFlags::A_CHECKED = 1 << 3
}
 

Functions

constexpr ShortcutFlags Ms::operator| (ShortcutFlags t1, ShortcutFlags t2)
 
constexpr bool Ms::operator & (ShortcutFlags t1, ShortcutFlags t2)