Home
last modified time | relevance | path

Searched refs:notesChanged (Results 1 – 24 of 24) sorted by relevance

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/drivers/midi/
H A DVirtualMidiDevice.cpp21 atomic_t notesChanged; // whether some key changed at all member
38 p->notesChanged = zero; in VirtualMidiDevice()
120 int c = atomic_read( &p->notesChanged ); in NotesChanged()
121 atomic_sub(c, &p->notesChanged ); in NotesChanged()
168 atomic_inc( &p->notesChanged ); in SendNoteOnToDevice()
177 atomic_inc( &p->notesChanged ); in SendNoteOffToDevice()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/tracing/
H A Dtimelinemodelaggregator.h38 Q_PROPERTY(Timeline::TimelineNotesModel *notes READ notes WRITE setNotes NOTIFY notesChanged)
67 void notesChanged();
H A Dtimelineabstractrenderer.h42 Q_PROPERTY(Timeline::TimelineNotesModel *notes READ notes WRITE setNotes NOTIFY notesChanged)
69 void notesChanged(TimelineNotesModel *notes);
H A Dtimelinemodelaggregator.cpp139 this, &TimelineModelAggregator::notesChanged); in setNotes()
145 connect(d->notesModel, &QObject::destroyed, this, &TimelineModelAggregator::notesChanged); in setNotes()
147 emit notesChanged(); in setNotes()
H A Dtimelineabstractrenderer.cpp164 emit notesChanged(d->notes); in setNotes() local
169 emit notesChanged(d->notes); in setNotes() local
/dports/editors/calligra/calligra-3.2.1/qtquick/
H A DCQTextDocumentCanvas.h46 Q_PROPERTY(QObject* notes READ notes NOTIFY notesChanged)
111 void notesChanged();
H A DCQTextDocumentCanvas.cpp353 emit notesChanged(); in openFile()
/dports/net-im/kopete/kopete-21.12.3/plugins/contactnotes/
H A Dcontactnotesedit.h54 void notesChanged(const QString &, Kopete::MetaContact *);
H A Dcontactnotesedit.cpp72 emit notesChanged(m_linesEdit->toPlainText(), m_metaContact); in slotOkButtonClicked() local
H A Dcontactnotesplugin.cpp74 connect(e, &ContactNotesEdit::notesChanged, this, &ContactNotesPlugin::setNotes); in slotEditInfo()
/dports/audio/musescore/MuseScore-3.6.1/mscore/pianoroll/
H A Dpianolevelschooser.h50 void notesChanged();
H A Dnotetweakerdialog.h50 void notesChanged();
H A Dpianolevelschooser.cpp106 emit notesChanged(); in setEventDataPressed()
H A Dnotetweakerdialog.cpp102 emit notesChanged(); in setNoteOffTime()
H A Dpianoroll.cpp433 connect(noteTweakerDlg, SIGNAL(notesChanged()), SLOT(selectionChanged())); in PianorollEditor()
434 connect(pianoLevelsChooser, SIGNAL(notesChanged()), SLOT(selectionChanged())); in PianorollEditor()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmlprofiler/
H A Dqmlprofilerstatisticsmodel.cpp70 this, &QmlProfilerStatisticsModel::notesChanged); in QmlProfilerStatisticsModel()
112 notesChanged(QmlProfilerStatisticsModel::s_invalidTypeId); // Reload notes in restrictToFeatures()
394 void QmlProfilerStatisticsModel::notesChanged(int typeIndex) in notesChanged() function in QmlProfiler::QmlProfilerStatisticsModel
H A Dqmlprofilerstatisticsmodel.h156 void notesChanged(int typeIndex);
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/tracing/timelineabstractrenderer/
H A Dtst_timelineabstractrenderer.cpp105 QSignalSpy spy(&renderer, SIGNAL(notesChanged(TimelineNotesModel*))); in notes()
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A DcheckDocument.cpp430 && !doc->notesChanged()) in buildErrorList()
446 if (doc->notesChanged()) in buildErrorList()
H A Dnotesstyleseditor.cpp345 if (m_Doc->notesChanged()) in on_ApplyButton_clicked()
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dpageitem_textframe.cpp1309 if (!isNoteFrame() && m_Doc->notesChanged() && !m_notesFramesMap.isEmpty()) in layout()
2920 if (!isNoteFrame() && (!m_Doc->notesList().isEmpty() || m_Doc->notesChanged())) in layout()
2972 if (!isNoteFrame() && (!m_Doc->notesList().isEmpty() || m_Doc->notesChanged())) in layout()
3966 if (isAutoNoteFrame() && m_Doc->notesChanged()) in handleModeEditKey()
5762 if (nList != nF->notesList() || m_Doc->notesChanged()) in updateNotesMarks()
H A Dscribusdoc.h1769 bool notesChanged() { return m_flag_notesChanged; } in notesChanged() function
H A Dscribus.cpp2760 …if (m_marksCount != doc->marksList().count() || doc->notesChanged() || doc->flag_updateEndNotes ||… in slotDocCh()
2766 doc->updateMarks(doc->notesChanged()); in slotDocCh()
4804 if (doc->notesChanged()) in slotEditPaste()
H A Dscribusdoc.cpp2247 if (notesChanged()) in restoreNoteStyle()
17130 if ((!notesList().isEmpty() || notesChanged()) && updateNotesMarks && !isLoading()) in updateMarks()
17730 docWasChanged = docWasChanged || notesChanged(); in notesFramesUpdate()
17731 if (notesChanged()) in notesFramesUpdate()
17734 } while (notesChanged()); in notesFramesUpdate()