Public Member Functions |
Static Public Attributes |
Protected Member Functions |
List of all members
Scenario::EventView Class Referencefinal
Inheritance diagram for Scenario::EventView:
Public Member Functions | |
EventView (EventPresenter &presenter, QGraphicsItem *parent) | |
int | type () const final override |
const EventPresenter & | presenter () const |
QRectF | boundingRect () const override |
void | setStatus (ExecutionStatus) |
void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override |
void | setSelected (bool selected) |
bool | isSelected () const |
void | setCondition (const QString &cond) |
bool | hasCondition () const |
ConditionView & | conditionItem () noexcept |
void | setExtent (const VerticalExtent &extent) |
void | setExtent (VerticalExtent &&extent) |
void | changeToolTip (const QString &) |
void | eventHoverEnter () |
void | eventHoverLeave () |
void | dropReceived (const QPointF &pos, const QMimeData &arg_2) |
Static Public Attributes | |
static constexpr const int | Type = ItemType::Event |
The documentation for this class was generated from the following files:
- EventView.hpp
- EventView.cpp