![]() |
MuseScore
3.4
Music composition and notation
|
Definition of undo-releated classes and structs. More...
#include "spatium.h"#include "mscore.h"#include "sig.h"#include "tempo.h"#include "input.h"#include "style.h"#include "key.h"#include "select.h"#include "instrument.h"#include "synthesizer/midipatch.h"#include "pitchvalue.h"#include "timesig.h"#include "noteevent.h"#include "synthesizerstate.h"#include "dynamic.h"#include "staff.h"#include "stafftype.h"#include "cleflist.h"#include "note.h"#include "chord.h"#include "drumset.h"#include "rest.h"#include "fret.h"
Go to the source code of this file.
Namespaces | |
| Ms | |
Macros | |
| #define | UNDO_NAME(a) virtual const char* name() const override { return a; } |
Functions | |
| Q_DECLARE_LOGGING_CATEGORY (undoRedo) | |
| void | Ms::updateNoteLines (Segment *segment, int track) |
Definition of undo-releated classes and structs.
| #define UNDO_NAME | ( | a | ) | virtual const char* name() const override { return a; } |
| Q_DECLARE_LOGGING_CATEGORY | ( | undoRedo | ) |
1.8.13