Loading...
Searching...
No Matches
Scenario::TempoPointInspectorWidget Class Referencefinal
Inheritance diagram for Scenario::TempoPointInspectorWidget:
Public Member Functions | |
| TempoPointInspectorWidget (const Curve::PointModel &model, const score::DocumentContext &doc, QWidget *parent) | |
Public Member Functions inherited from Curve::PointInspectorWidget | |
| PointInspectorWidget (const Curve::PointModel &model, const score::DocumentContext &context, QWidget *parent) | |
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 |
Additional Inherited Members | |
Protected Attributes inherited from Curve::PointInspectorWidget | |
| QPointer< const Curve::PointModel > | m_model |
| Inspector::Layout * | m_layout {} |
| QDoubleSpinBox * | m_XBox {} |
| double | m_xFactor {} |
The documentation for this class was generated from the following files:
- TempoInspector.hpp
- TempoInspector.cpp
Public Member Functions inherited from