Loading...
Searching...
No Matches
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
Protected Member Functions |
Protected Attributes |
List of all members
Scenario::IntervalHeader Class Referenceabstract
Inheritance diagram for Scenario::IntervalHeader:
Public Types | |
| enum class | State { Hidden , RackHidden , RackShown } |
Public Member Functions | |
| 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 Public Member Functions | |
| static constexpr double | headerHeight () |
Static Public Attributes | |
| static const constexpr int | Type = ItemType::IntervalHeader |
Protected Attributes | |
| IntervalView * | m_view {} |
| State | m_state {} |
| double | m_width {} |
The documentation for this class was generated from the following files:
- IntervalHeader.hpp
- IntervalHeader.cpp