Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
SheetModelWatchcallNodesFactory.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_UI_GUI_SHEETS_SHEETMODELWATCHCALLNODESFACTORY_HPP_
2#define IV_SRC_UI_GUI_SHEETS_SHEETMODELWATCHCALLNODESFACTORY_HPP_
3
5
6namespace iv::gui::factory
7{
9{
10public:
11 static std::shared_ptr<AbstractSheetModel> createSheetModelWatchcallNodes();
12 static void updateSheetModelWatchcallNodes(const std::shared_ptr<AbstractSheetModel> &sheetModel);
13 static std::string getSheetModelWatchcallNodesColumnName(iv::gui::sheets::ColumnId columnId, bool shortName = true);
14};
15}// namespace iv::gui::factory
16#endif//IV_SRC_UI_GUI_SHEETS_SHEETMODELWATCHCALLNODESFACTORY_HPP_
Definition SheetModelWatchcallNodesFactory.hpp:9
static void updateSheetModelWatchcallNodes(const std::shared_ptr< AbstractSheetModel > &sheetModel)
Definition SheetModelWatchcallNodesFactory.cpp:401
static std::shared_ptr< AbstractSheetModel > createSheetModelWatchcallNodes()
Definition SheetModelWatchcallNodesFactory.cpp:376
static std::string getSheetModelWatchcallNodesColumnName(iv::gui::sheets::ColumnId columnId, bool shortName=true)
Definition SheetModelWatchcallNodesFactory.cpp:392
Definition SheetModelCabinetsFactory.cpp:9
Definition structs.hpp:24