|
LMMS
|
#include <PatternEditor.h>
Public Slots | |
| void | play () override |
| void | stop () override |
| Public Slots inherited from lmms::gui::Editor | |
| void | togglePlayStop () |
| Called by pressing the space key. Plays or stops. | |
| void | togglePause () |
| Called by pressing shift+space. Toggles pause state. | |
Public Member Functions | |
| PatternEditorWindow (PatternStore *ps) | |
| ~PatternEditorWindow ()=default | |
| QSize | sizeHint () const override |
| Public Member Functions inherited from lmms::gui::Editor | |
| void | setPauseIcon (bool displayPauseIcon=true) |
| QAction * | playAction () const |
Public Attributes | |
| PatternEditor * | m_editor |
Private Attributes | |
| ComboBox * | m_patternComboBox |
Additional Inherited Members | |
| Static Public Member Functions inherited from lmms::gui::Editor | |
| static Editor * | lastPlayedEditor () |
| Protected Slots inherited from lmms::gui::Editor | |
| virtual void | play () |
| virtual void | record () |
| virtual void | recordAccompany () |
| virtual void | toggleStepRecording () |
| virtual void | stop () |
| Protected Member Functions inherited from lmms::gui::Editor | |
| DropToolBar * | addDropToolBarToTop (QString const &windowTitle) |
| DropToolBar * | addDropToolBar (Qt::ToolBarArea whereToAdd, QString const &windowTitle) |
| DropToolBar * | addDropToolBar (QWidget *parent, Qt::ToolBarArea whereToAdd, QString const &windowTitle) |
| void | keyPressEvent (QKeyEvent *ke) override |
| Editor (bool record=false, bool record_step=false) | |
| Constructor. | |
| ~Editor () override=default | |
| Protected Attributes inherited from lmms::gui::Editor | |
| DropToolBar * | m_toolBar |
| QAction * | m_playAction |
| QAction * | m_recordAction |
| QAction * | m_recordAccompanyAction |
| QAction * | m_toggleStepRecordingAction |
| QAction * | m_stopAction |
| lmms::gui::PatternEditorWindow::PatternEditorWindow | ( | PatternStore * | ps | ) |
|
default |
|
overrideslot |
|
override |
|
overrideslot |
| PatternEditor* lmms::gui::PatternEditorWindow::m_editor |
|
private |