Home
last modified time | relevance | path

Searched refs:SE_editNoteLenghtAction (Results 1 – 2 of 2) sorted by relevance

/dports/audio/hydrogen/hydrogen-1.0.1/src/gui/src/
H A DUndoActions.h611 class SE_editNoteLenghtAction : public QUndoCommand
614SE_editNoteLenghtAction( int nColumn, int nRealColumn, int row, int length, int oldLength, int sel… in SE_editNoteLenghtAction() function
/dports/audio/hydrogen/hydrogen-1.0.1/src/gui/src/PatternEditor/
H A DDrumPatternEditor.cpp362SE_editNoteLenghtAction *action = new SE_editNoteLenghtAction( m_pDraggedNote->get_position(), m_… in mouseReleaseEvent()