Patternist::View Class Referencefinal
Inheritance diagram for Patternist::View:
Public Member Functions | |
View (const Patternist::ProcessModel &model, QGraphicsItem *parent) | |
void | toggled (int lane, int index) |
void | noteChanged (int lane, int note) |
void | noteChangeFinished () |
Public Member Functions inherited from Process::LayerView | |
LayerView (QGraphicsItem *parent) | |
QRectF | boundingRect () const final override |
void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) final override |
void | setHeight (qreal height) noexcept |
qreal | height () const noexcept |
void | setWidth (qreal width) noexcept |
qreal | width () const noexcept |
virtual QPixmap | pixmap () noexcept |
void | dragEnterEvent (QGraphicsSceneDragDropEvent *event) override |
void | dragLeaveEvent (QGraphicsSceneDragDropEvent *event) override |
void | dropEvent (QGraphicsSceneDragDropEvent *event) override |
void | clearPressed () |
void | escPressed () |
void | pressed (QPointF arg_1) |
void | released (QPointF arg_1) |
void | moved (QPointF arg_1) |
void | doubleClicked (QPointF arg_1) |
void | askContextMenu (const QPoint &arg_1, const QPointF &arg_2) |
void | dropReceived (const QPointF &pos, const QMimeData &arg_2) |
void | presetDropReceived (const QPointF &pos, const QMimeData &arg_2) |
void | keyPressed (int arg_1) |
void | keyReleased (int arg_1) |
void | dragEnter (const QPointF &pos, const QMimeData &arg_2) |
void | dragMove (const QPointF &pos, const QMimeData &arg_2) |
void | dragLeave (const QPointF &pos, const QMimeData &arg_2) |
Additional Inherited Members | |
Protected Member Functions inherited from Process::LayerView | |
virtual void | heightChanged (qreal) |
virtual void | widthChanged (qreal) |
void | hoverEnterEvent (QGraphicsSceneHoverEvent *event) override |
void | hoverLeaveEvent (QGraphicsSceneHoverEvent *event) override |
void | mousePressEvent (QGraphicsSceneMouseEvent *event) override |
void | mouseMoveEvent (QGraphicsSceneMouseEvent *event) override |
void | mouseReleaseEvent (QGraphicsSceneMouseEvent *event) override |
void | contextMenuEvent (QGraphicsSceneContextMenuEvent *event) override |
The documentation for this class was generated from the following files:
- PatternView.hpp
- PatternView.cpp