Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
SheetModelGroups.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_UI_GUI_SHEETMODELGROUPS_HPP_
2#define IV_SRC_UI_GUI_SHEETMODELGROUPS_HPP_
3
5
6namespace iv::gui
7{
8
10{
11 [[nodiscard]] std::string cellText(uint32_t rowPosition, uint32_t colPosition) const override;
12};
13
14}// namespace iv::gui
15
16#endif//IV_SRC_UI_GUI_SHEETMODELGROUPS_HPP_
Definition AbstractSheetModel.hpp:17
uint32_t rowPosition(const iv::gui::sheets::RowId &rowId)
Definition AbstractSheetModel.cpp:226
Definition SheetModelGroups.hpp:10
std::string cellText(uint32_t rowPosition, uint32_t colPosition) const override
Definition SheetModelGroups.cpp:9
Definition enums.hpp:5