Public Member Functions |
Static Public Member Functions |
Public Attributes |
Static Public Attributes |
List of all members
Scenario::SlotFooter Class Reference
Inheritance diagram for Scenario::SlotFooter:
Public Member Functions | |
SlotFooter (const IntervalPresenter &slotView, int slotIndex, QGraphicsItem *parent) | |
const IntervalPresenter & | presenter () const |
int | type () const final override |
int | slotIndex () const |
void | setSlotIndex (int) |
QRectF | boundingRect () const override |
void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override |
void | setWidth (qreal width) |
Static Public Member Functions | |
static constexpr double | footerHeight () |
Public Attributes | |
const IntervalPresenter & | m_presenter |
qreal | m_width {} |
int | m_slotIndex {} |
Static Public Attributes | |
static constexpr const int | Type = ItemType::SlotFooter |
The documentation for this class was generated from the following files:
- SlotHeader.hpp
- SlotHeader.cpp