Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
SheetModelTanksFactory.cpp File Reference
Include dependency graph for SheetModelTanksFactory.cpp:

Namespaces

namespace  iv
 
namespace  iv::gui
 
namespace  iv::gui::factory
 

Functions

static void iv::gui::factory::prvAddTanksColumnDefinitionsToSheetModel (const std::shared_ptr< AbstractSheetModel > &sheetModel)
 
static iv::gui::sheets::CellDefinition iv::gui::factory::prvCreateTankRowTitleCellDefinition (const std::shared_ptr< AbstractSheetModel > &sheetModel, const std::weak_ptr< iv::tanks::Tank > &tank, iv::gui::sheets::RowId rowId)
 
static iv::gui::sheets::CellDefinition iv::gui::factory::prvCreateTankCellDefinition (const iv::gui::sheets::ColumnDefinition &columnDefinition, const std::weak_ptr< iv::tanks::Tank > &tank)
 
static void iv::gui::factory::prvConnectTankToSheetModel (const std::shared_ptr< AbstractSheetModel > &sheetModel, const std::weak_ptr< iv::tanks::Tank > &tank, const iv::gui::sheets::RowId &rowId)
 
static void iv::gui::factory::prvConnectTanksToSheetModel (const std::shared_ptr< AbstractSheetModel > &sheetModel)