Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
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::SheetModelEntryFactory | static |
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::SheetModelEntryFactory | static |
createCheckButtonCellDefinition(bool &activated, const std::string &text="") | iv::gui::factory::SheetModelEntryFactory | static |
createComboBoxCellDefinition(uint32_t &option, std::map< uint32_t, std::string > options) | iv::gui::factory::SheetModelEntryFactory | static |
createComboBoxEnumCellDefinition(T &option) | iv::gui::factory::SheetModelEntryFactory | inlinestatic |
createComboBoxEnumCellDefinitionLimitedOptions(T &option, std::set< T > options) | iv::gui::factory::SheetModelEntryFactory | inlinestatic |
createEntryCellDefinition(std::string &value) | iv::gui::factory::SheetModelEntryFactory | static |
createEntryCellDefinition(std::string &value, IListenerIsAccept *listenerIsAccept) | iv::gui::factory::SheetModelEntryFactory | static |
createEntryCellDefinitionForTag(const std::shared_ptr< iv::channels::AbstractChannel > &channel, const std::weak_ptr< iv::units::Unit > &unit) | iv::gui::factory::SheetModelEntryFactory | static |
createEntryCellDefinitionStatic(std::string_view value="") | iv::gui::factory::SheetModelEntryFactory | static |
createEntryNumberDecimalCellDefinition(const std::string &nameField, T &valueRef, uint16_t numMaxChar, uint16_t numMaxDecimals) | iv::gui::factory::SheetModelEntryFactory | inlinestatic |
createEntryNumberDecimalCellDefinitionWithInterval(const std::string &nameField, T &valueRef, T minValue, T maxValue, uint16_t numMaxChar, uint16_t numMaxDecimals) | iv::gui::factory::SheetModelEntryFactory | inlinestatic |
createEntryNumberIntegerCellDefinition(const std::string &nameField, T &valueRef, unsigned short numMaxChar) | iv::gui::factory::SheetModelEntryFactory | inlinestatic |
createEntryNumberIntegerCellDefinitionWithInterval(const std::string &nameField, T &valueRef, T minValue, T maxValue, unsigned short numMaxChar) | iv::gui::factory::SheetModelEntryFactory | inlinestatic |
createEntryOptionalNumberIntegerCellDefinition(const std::string &nameField, std::optional< T > &valueRef, unsigned short numMaxChar) | iv::gui::factory::SheetModelEntryFactory | inlinestatic |
createEntryOptionalStringCellDefinition(std::optional< std::string > &valueRef) | iv::gui::factory::SheetModelEntryFactory | inlinestatic |
prvSetEntryChangeListener(AbstractComponentGUI *entryComponent) | iv::gui::factory::SheetModelEntryFactory | privatestatic |