1#ifndef IV_SRC_UI_PANELS_PANELCHANNELTENDENCYCURVES_HPP
2#define IV_SRC_UI_PANELS_PANELCHANNELTENDENCYCURVES_HPP
19 const std::set<iv::types::channelId> &channelsIds,
20 const std::optional<std::function<
void(std::set<iv::types::channelId>)>> &channelsInPanesChangeCallback =
Definition AbstractComponentGUI.hpp:30
Definition PanelChannelTendencyCurvesFactory.hpp:15
static AbstractComponentGUI * createTendencyMultipleChannels(const std::set< iv::types::channelId > &channelsIds, const std::optional< std::function< void(std::set< iv::types::channelId >)> > &channelsInPanesChangeCallback=std::nullopt)
Definition PanelChannelTendencyCurvesFactory.cpp:756
static AbstractComponentGUI * createTendencyOneChannel(const iv::types::channelId &channelId)
Definition PanelChannelTendencyCurvesFactory.cpp:722
Definition PanelChannelTendencyCurvesFactory.cpp:29
std::string channelId
Definition types.hpp:66