Loading...
Searching...
No Matches
Scenario::EventInspectorWidget Class Referencefinal
The EventInspectorWidget class Inherits from InspectorWidgetInterface. More...
Inheritance diagram for Scenario::EventInspectorWidget:
Detailed Description
The EventInspectorWidget class Inherits from InspectorWidgetInterface.
Manages an interface for an Event (Timebox) element.
Public Member Functions | |
| EventInspectorWidget (const EventModel &object, const score::DocumentContext &context, QWidget *parent=nullptr) | |
| void | expandEventSection (bool b) |
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 |
Constructor & Destructor Documentation
◆ EventInspectorWidget()
|
explicit |
BODY Information
The documentation for this class was generated from the following files:
- EventInspectorWidget.hpp
- EventInspectorWidget.cpp
Public Member Functions inherited from