Inspector::InspectorWidgetBase Class Reference
The InspectorWidgetBase class Set the global structuration for an inspected element. More...
Inheritance diagram for Inspector::InspectorWidgetBase:
Detailed Description
The InspectorWidgetBase class Set the global structuration for an inspected element.
Inherited by class that implement specific type
Manage sections added by user.
Public Member Functions | |
InspectorWidgetBase (const IdentifiedObjectAbstract &inspectedObj, const score::DocumentContext &context, QWidget *parent, QString name) | |
InspectorWidgetBase Constructor. More... | |
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
◆ InspectorWidgetBase()
|
explicit |
InspectorWidgetBase Constructor.
- Parameters
-
inspectedObj The selected object parent The parent Widget
The documentation for this class was generated from the following files:
- InspectorWidgetBase.hpp
- InspectorWidgetBase.cpp