Loading...
Searching...
No Matches
Scenario::LeftBraceView Class Referencefinal
Inheritance diagram for Scenario::LeftBraceView:
Public Member Functions | |
| LeftBraceView (const IntervalView &parentCstr, QGraphicsItem *parent) | |
| int | type () const final override |
Public Member Functions inherited from Scenario::IntervalBrace | |
| IntervalBrace (const IntervalView &parentCstr, QGraphicsItem *parent) | |
| QRectF | boundingRect () const override |
| void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override |
| void | mousePressEvent (QGraphicsSceneMouseEvent *event) final override |
| void | mouseMoveEvent (QGraphicsSceneMouseEvent *event) final override |
| void | mouseReleaseEvent (QGraphicsSceneMouseEvent *event) final override |
Static Public Attributes | |
| static const constexpr int | Type = ItemType::LeftBrace |
Additional Inherited Members | |
Protected Attributes inherited from Scenario::IntervalBrace | |
| const IntervalView & | m_parent |
| QPainterPath | m_path |
The documentation for this class was generated from the following files:
- LeftBrace.hpp
- IntervalBrace.cpp
Public Member Functions inherited from