Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
iv::gui::factory::SheetModelEntryFactory Member List

This is the complete list of members for iv::gui::factory::SheetModelEntryFactory, including all inherited members.

createButtonCellDefinition(std::string_view text, IListenerClick *listener)iv::gui::factory::SheetModelEntryFactorystatic
createButtonSelectChannelCellDefinition(iv::types::channelId &channelIdOut, const std::optional< std::function< bool(std::shared_ptr< iv::channels::AbstractChannel >)> > &filterCallback=std::nullopt, const std::function< void(const std::weak_ptr< iv::channels::AbstractChannel > &)> &selectionCallback=[](const auto &) {})iv::gui::factory::SheetModelEntryFactorystatic
createCheckButtonCellDefinition(bool &activated, const std::string &text="")iv::gui::factory::SheetModelEntryFactorystatic
createComboBoxCellDefinition(uint32_t &option, std::map< uint32_t, std::string > options)iv::gui::factory::SheetModelEntryFactorystatic
createComboBoxEnumCellDefinition(T &option)iv::gui::factory::SheetModelEntryFactoryinlinestatic
createComboBoxEnumCellDefinitionLimitedOptions(T &option, std::set< T > options)iv::gui::factory::SheetModelEntryFactoryinlinestatic
createEntryCellDefinition(std::string &value)iv::gui::factory::SheetModelEntryFactorystatic
createEntryCellDefinition(std::string &value, IListenerIsAccept *listenerIsAccept)iv::gui::factory::SheetModelEntryFactorystatic
createEntryCellDefinitionForTag(const std::shared_ptr< iv::channels::AbstractChannel > &channel, const std::weak_ptr< iv::units::Unit > &unit)iv::gui::factory::SheetModelEntryFactorystatic
createEntryCellDefinitionStatic(std::string_view value="")iv::gui::factory::SheetModelEntryFactorystatic
createEntryNumberDecimalCellDefinition(const std::string &nameField, T &valueRef, uint16_t numMaxChar, uint16_t numMaxDecimals)iv::gui::factory::SheetModelEntryFactoryinlinestatic
createEntryNumberDecimalCellDefinitionWithInterval(const std::string &nameField, T &valueRef, T minValue, T maxValue, uint16_t numMaxChar, uint16_t numMaxDecimals)iv::gui::factory::SheetModelEntryFactoryinlinestatic
createEntryNumberIntegerCellDefinition(const std::string &nameField, T &valueRef, unsigned short numMaxChar)iv::gui::factory::SheetModelEntryFactoryinlinestatic
createEntryNumberIntegerCellDefinitionWithInterval(const std::string &nameField, T &valueRef, T minValue, T maxValue, unsigned short numMaxChar)iv::gui::factory::SheetModelEntryFactoryinlinestatic
createEntryOptionalNumberIntegerCellDefinition(const std::string &nameField, std::optional< T > &valueRef, unsigned short numMaxChar)iv::gui::factory::SheetModelEntryFactoryinlinestatic
createEntryOptionalStringCellDefinition(std::optional< std::string > &valueRef)iv::gui::factory::SheetModelEntryFactoryinlinestatic
prvSetEntryChangeListener(AbstractComponentGUI *entryComponent)iv::gui::factory::SheetModelEntryFactoryprivatestatic