Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include "SheetModelTanksFactory.hpp"
#include "SheetModelTanks.hpp"
#include "channels/CEnumParameter.hpp"
#include "diamar/Application.hpp"
#include "tanks/Tank.hpp"
#include "ui/gui/sheets/SheetModelEntryFactory.hpp"
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) |