|
LMMS
|
#include <AutomationTrackView.h>
Additional Inherited Members | |
| Public Slots inherited from lmms::gui::TrackView | |
| virtual bool | close () |
| Close this track View. | |
| Protected Member Functions inherited from lmms::gui::TrackView | |
| void | modelChanged () override |
| Register that the model of this track View has changed. | |
| void | saveSettings (QDomDocument &doc, QDomElement &element) override |
| void | loadSettings (const QDomElement &element) override |
| QString | nodeName () const override |
| void | dragEnterEvent (QDragEnterEvent *dee) override |
| Start a drag event on this track View. | |
| void | dropEvent (QDropEvent *de) override |
| Accept a drop event on this track View. | |
| void | mousePressEvent (QMouseEvent *me) override |
| Handle a mouse press event on this track View. | |
| void | mouseMoveEvent (QMouseEvent *me) override |
| Handle a mouse move event on this track View. | |
| void | mouseReleaseEvent (QMouseEvent *me) override |
| Handle a mouse release event on this track View. | |
| void | wheelEvent (QWheelEvent *we) override |
| void | paintEvent (QPaintEvent *pe) override |
| Repaint this track View. | |
| void | resizeEvent (QResizeEvent *re) override |
| Resize this track View. | |
| Protected Member Functions inherited from lmms::gui::ModelView | |
| QWidget * | widget () |
| virtual void | doConnections () |
| Protected Member Functions inherited from lmms::JournallingObject | |
| void | changeID (jo_id_t _id) |
| lmms::gui::AutomationTrackView::AutomationTrackView | ( | AutomationTrack * | at, |
| TrackContainerView * | tcv ) |
|
overridedefault |
|
override |
|
override |