47 [[nodiscard]] std::string
type()
const override;
64 constexpr static size_t OUTPUT_PORT_INDEX_FLOW = 0;
65 constexpr static size_t INPUT_PORT_INDEX_FLOW = 0;
68 bool initialize()
override;
86 std::array<InsTime, 2> _startEndTime;
89 std::array<gui::widgets::TimeEditFormat, 2> _timeEditFormat;
92 bool _inverseWindow =
false;
nlohmann::json json
json namespace
Definition FlowManager.hpp:21
The class is responsible for all time-related tasks.
Widget to modify time point values.
Abstract parent class for all nodes.
Definition Node.hpp:86
Output pins of nodes.
Definition Pin.hpp:338
Limits measurement data from any source to a user-defined timewindow.
Definition TimeWindow.hpp:28
static std::string category()
String representation of the Class Category.
~TimeWindow() override
Destructor.
static std::string typeStatic()
String representation of the Class Type.
TimeWindow & operator=(TimeWindow &&)=delete
Move assignment operator.
void guiConfig() override
ImGui config window which is shown on double click.
std::string type() const override
String representation of the Class Type.
TimeWindow(TimeWindow &&)=delete
Move Constructor.
void restore(const json &j) override
Restores the node from a json object.
json save() const override
Saves the node into a json object.
TimeWindow & operator=(const TimeWindow &)=delete
Copy assignment operator.
TimeWindow(const TimeWindow &)=delete
Copy Constructor.
TimeWindow()
Default constructor.