20 #ifndef __SELECTNOTEDIALOG_H__ 21 #define __SELECTNOTEDIALOG_H__ 23 #include "ui_selectnotedialog.h" 42 bool doReplace()
const {
return replace->isChecked(); }
43 bool doAdd()
const {
return add->isChecked(); }
44 bool doSubtract()
const {
return subtract->isChecked(); }
const Note * n
Definition: selectnotedialog.h:36
bool doSubtract() const
Definition: selectnotedialog.h:44
void setSameStringVisible(bool v)
Definition: selectnotedialog.h:47
SelectNoteDialog(const Note *n, QWidget *parent)
Definition: selectnotedialog.cpp:41
bool isInSelection() const
Definition: selectnotedialog.h:46
bool doFromSelection() const
Definition: selectnotedialog.h:45
Definition: aeolus.cpp:26
void setPattern(NotePattern *p)
Definition: selectnotedialog.cpp:63
Graphic representation of a note.
Definition: note.h:212
Definition: selectnotedialog.h:34
bool doReplace() const
Definition: selectnotedialog.h:42
bool doAdd() const
Definition: selectnotedialog.h:43
virtual void hideEvent(QHideEvent *)
Definition: selectnotedialog.cpp:106