Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
IModelListAcceptData.hpp
Go to the documentation of this file.
1#ifndef LIBS_GUI_IMODELLISTACCEPTDATA_HPP_
2#define LIBS_GUI_IMODELLISTACCEPTDATA_HPP_
3
4#include "IModelList.hpp"
5
7{
8public:
9 virtual void setValueSet(uint64_t indRow, uint64_t indCol, const std::shared_ptr<CDataList> &dataList) = 0;
10};
11
12#endif /* LIBS_GUI_IMODELLISTACCEPTDATA_HPP_ */
Definition IModelListAcceptData.hpp:7
virtual void setValueSet(uint64_t indRow, uint64_t indCol, const std::shared_ptr< CDataList > &dataList)=0
Definition IModelList.hpp:14