|
enum class | State { Hidden
, RackHidden
, RackShown
} |
|
|
int | type () const final override |
|
void | setIntervalView (IntervalView *view) |
|
IntervalView * | intervalView () const noexcept |
|
void | setWidth (double width) |
|
virtual void | setState (State s)=0 |
|
State | state () const noexcept |
|
virtual void | on_textChanged () |
|
|
static constexpr double | headerHeight () |
|
|
static constexpr const int | Type = ItemType::IntervalHeader |
|
|
void | mousePressEvent (QGraphicsSceneMouseEvent *event) final override |
|
void | mouseMoveEvent (QGraphicsSceneMouseEvent *event) final override |
|
void | mouseReleaseEvent (QGraphicsSceneMouseEvent *event) final override |
|
The documentation for this class was generated from the following files: