Public Member Functions |
Static Public Attributes |
Protected Member Functions |
List of all members
Scenario::TimeSyncView Class Referencefinal
Inheritance diagram for Scenario::TimeSyncView:
Public Member Functions | |
TimeSyncView (TimeSyncPresenter &presenter, QGraphicsItem *parent) | |
int | type () const final override |
const TimeSyncPresenter & | presenter () const |
void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override |
QRectF | boundingRect () const override |
void | setExtent (const VerticalExtent &extent) |
void | setExtent (VerticalExtent &&extent) |
void | setTriggerActive (bool) |
void | addPoint (int newY) |
void | setMoving (bool) |
void | setSelected (bool selected) |
bool | isSelected () const |
void | changeColor (const score::Brush &) |
void | setLabel (const QString &label) |
Static Public Attributes | |
static constexpr const int | Type = ItemType::TimeSync |
The documentation for this class was generated from the following files:
- TimeSyncView.hpp
- TimeSyncView.cpp