Media::Sound::LayerView Class Referencefinal
Inheritance diagram for Media::Sound::LayerView:
Public Member Functions | |
LayerView (const ProcessModel &model, QGraphicsItem *parent) | |
void | setData (const std::shared_ptr< AudioFile > &data) |
void | setFrontColors (bool) |
void | setTempoRatio (double) |
void | recompute (ZoomRatio ratio) |
void | recompute () const |
void | on_finishedDecoding () |
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 | |
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:
- SoundView.hpp
- SoundView.cpp