1#ifndef LIBS_GUI_CSHEETMODELCHANNELWIREDPARAMS_HPP_
2#define LIBS_GUI_CSHEETMODELCHANNELWIREDPARAMS_HPP_
21 [[nodiscard]] std::string
cellText(uint32_t
rowPosition, uint32_t colPosition)
const override;
Definition AbstractSheetModel.hpp:17
uint32_t rowPosition(const iv::gui::sheets::RowId &rowId)
Definition AbstractSheetModel.cpp:226
Definition CSheetModelChannelWiredParams.hpp:10
CSheetModelChannelWiredParams(CSheetModelChannelWiredParams &&other)=delete
CSheetModelChannelWiredParams(const CSheetModelChannelWiredParams &other)=delete
~CSheetModelChannelWiredParams() override=default
CSheetModelChannelWiredParams & operator=(const CSheetModelChannelWiredParams &other)=delete
CSheetModelChannelWiredParams & operator=(CSheetModelChannelWiredParams &&other)=delete
std::weak_ptr< iv::channels::AbstractChannel > m_channelRef
Definition CSheetModelChannelWiredParams.hpp:24
std::string cellText(uint32_t rowPosition, uint32_t colPosition) const override
Definition CSheetModelChannelWiredParams.cpp:13
CSheetModelChannelWiredParams()=delete