Loading...
Searching...
No Matches
AutomationStateInspectorFactory.hpp
1#pragma once
2#include <Inspector/InspectorWidgetFactoryInterface.hpp>
3
4namespace Automation
5{
7{
8 SCORE_CONCRETE("71a5f5b6-6c10-4057-ab10-278c3f18e9af")
9public:
11
12 QWidget* make(
13 const InspectedObjects& sourceElements, const score::DocumentContext& doc,
14 QWidget* parent) const override;
15
16 bool matches(const InspectedObjects& objects) const override;
17};
18}
Definition AutomationStateInspectorFactory.hpp:7
QWidget * make(const InspectedObjects &sourceElements, const score::DocumentContext &doc, QWidget *parent) const override
makeWidget Makes a widget for the inspector from an object
Definition AutomationStateInspectorFactory.cpp:17
The InspectorWidgetFactoryInterface class.
Definition InspectorWidgetFactoryInterface.hpp:32
Namespace related to the Automation process.
Definition AutomationColors.cpp:8
Definition ObjectMatches.hpp:6
Definition DocumentContext.hpp:18