Loading...
Searching...
No Matches
Scenario::IntervalInspectorWidget Class Referencefinal
The IntervalInspectorWidget class. More...
Inheritance diagram for Scenario::IntervalInspectorWidget:
Detailed Description
The IntervalInspectorWidget class.
Inherits from InspectorWidgetInterface. Manages an interface for an Interval (Timerack) element.
Public Member Functions | |
| IntervalInspectorWidget (const Inspector::InspectorWidgetList &list, const IntervalModel &object, const score::DocumentContext &context, QWidget *parent=nullptr) | |
| IntervalModel & | model () const |
Public Member Functions inherited from Inspector::InspectorWidgetBase | |
| InspectorWidgetBase (const IdentifiedObjectAbstract &inspectedObj, const score::DocumentContext &context, QWidget *parent, QString name) | |
| InspectorWidgetBase Constructor. | |
| const score::DocumentContext & | context () const |
| void | updateSectionsView (QVBoxLayout *layout, const std::vector< QWidget * > &contents) |
| void | updateAreaLayout (const std::vector< QWidget * > &contents) |
| void | updateAreaLayout (std::initializer_list< QWidget * > contents) |
| void | addHeader (QWidget *header) |
| const IdentifiedObjectAbstract & | inspectedObject () const |
| const IdentifiedObjectAbstract * | inspectedObject_addr () const |
| QVBoxLayout * | areaLayout () |
| CommandDispatcher * | commandDispatcher () const |
The documentation for this class was generated from the following files:
- IntervalInspectorWidget.hpp
- IntervalInspectorWidget.cpp
Public Member Functions inherited from