Home
last modified time | relevance | path

Searched refs:onInterpolatePressed (Results 1 – 5 of 5) sorted by relevance

/dports/audio/bambootracker/BambooTracker-0.4.5/BambooTracker/gui/pattern_editor/
H A Dpattern_editor.hpp124 void onInterpolatePressed();
H A Dpattern_editor.cpp387 void PatternEditor::onInterpolatePressed() in onInterpolatePressed() function in PatternEditor
389 ui->panel->onInterpolatePressed(); in onInterpolatePressed()
H A Dpattern_editor_panel.hpp130 void onInterpolatePressed();
H A Dpattern_editor_panel.cpp2153 …QObject::connect(interpolate, &QAction::triggered, this, &PatternEditorPanel::onInterpolatePressed in showPatternContextMenu()
2648 void PatternEditorPanel::onInterpolatePressed() in onInterpolatePressed() function in PatternEditorPanel
/dports/audio/bambootracker/BambooTracker-0.4.5/BambooTracker/gui/
H A Dmainwindow.cpp3195 ui->patternEditor->onInterpolatePressed(); in on_actionInterpolate_triggered()