Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include "SheetModelCabinetsFactory.hpp"
#include "channels/CEnumParameter.hpp"
#include "diamar/Application.hpp"
#include "ui/gui/sheets/SheetModelCabinets.hpp"
#include "ui/gui/sheets/SheetModelEntryFactory.hpp"
Namespaces | |
namespace | iv |
namespace | iv::gui |
namespace | iv::gui::factory |
Functions | |
static iv::gui::sheets::CellDefinition | iv::gui::factory::prvCreateCabinetRowTitleCellDefinition (const std::shared_ptr< AbstractSheetModel > &sheetModel, const iv::model::diamar::Cabinet &cabinet, iv::gui::sheets::RowId rowId) |
static iv::gui::sheets::CellDefinition | iv::gui::factory::prvCreateCabinetCellDefinition (const iv::gui::sheets::ColumnDefinition &columnDefinition, iv::model::diamar::Cabinet &cabinet) |
static void | iv::gui::factory::prvConnectCabinetToSheetModel (const std::shared_ptr< AbstractSheetModel > &sheetModel, iv::model::diamar::Cabinet &cabinet, const iv::gui::sheets::RowId &rowId) |
static void | iv::gui::factory::prvAddCabinetsColumnDefinitionsToSheetModel (const std::shared_ptr< AbstractSheetModel > &sheetModel) |
static void | iv::gui::factory::prvConnectCabinetsToSheetModel (const std::shared_ptr< AbstractSheetModel > &sheetModel) |