#include <PanelChannelsEditorFactory.hpp>
◆ eChannelSelectionType
Enumerator |
---|
Single | |
Multiple | |
◆ acceptSelectionWithDoubleClick
bool iv::panels::channels::PanelChannelsEditorFactory::ChannelSelectionParams::acceptSelectionWithDoubleClick {false} |
◆ channels
std::optional<std::shared_ptr<std::vector<std::weak_ptr<iv::channels::AbstractChannel> > > > iv::panels::channels::PanelChannelsEditorFactory::ChannelSelectionParams::channels |
◆ getChannelsFromStaticController
bool iv::panels::channels::PanelChannelsEditorFactory::ChannelSelectionParams::getChannelsFromStaticController {false} |
◆ hasClearButton
bool iv::panels::channels::PanelChannelsEditorFactory::ChannelSelectionParams::hasClearButton {false} |
◆ initialSelectedChannelId
std::optional<iv::types::channelId> iv::panels::channels::PanelChannelsEditorFactory::ChannelSelectionParams::initialSelectedChannelId {std::nullopt} |
◆ isChannelVisible
std::optional<std::function<bool(std::shared_ptr<iv::channels::AbstractChannel>)> > iv::panels::channels::PanelChannelsEditorFactory::ChannelSelectionParams::isChannelVisible |
◆ multipleSelectionCallback
std::optional<std::function<void(std::vector<std::weak_ptr<iv::channels::AbstractChannel>>)> > iv::panels::channels::PanelChannelsEditorFactory::ChannelSelectionParams::multipleSelectionCallback {std::nullopt} |
◆ panelAddedFunctionality
std::optional<std::function<AbstractComponentGUI *(CList *)> > iv::panels::channels::PanelChannelsEditorFactory::ChannelSelectionParams::panelAddedFunctionality {std::nullopt} |
◆ panelTitle
std::string iv::panels::channels::PanelChannelsEditorFactory::ChannelSelectionParams::panelTitle {_("Select Channel")} |
◆ requiresSelection
bool iv::panels::channels::PanelChannelsEditorFactory::ChannelSelectionParams::requiresSelection {false} |
◆ selectionType
◆ singleSelectionCallback
std::optional<std::function<void(std::weak_ptr<iv::channels::AbstractChannel>)> > iv::panels::channels::PanelChannelsEditorFactory::ChannelSelectionParams::singleSelectionCallback |
The documentation for this struct was generated from the following file: