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

Classes

class  CPrvListenerComponentValidate
 
class  CPrvListenerComponentChange
 

Functions

static void prvAddTankCalibrationTableColumnDefinitionsToSheetModel (const std::shared_ptr< AbstractSheetModel > &sheetModel)
 
static iv::gui::sheets::CellDefinition prvCreateTankCalibrationTableRowTitleCellDefinition (const std::shared_ptr< AbstractSheetModel > &sheetModel, iv::gui::sheets::RowId rowId)
 
static iv::gui::sheets::CellDefinition prvCreateTankCalibrationTableCellDefinition (const std::shared_ptr< AbstractSheetModel > &sheetModel, const iv::gui::sheets::ColumnDefinition &columnDefinition, const std::shared_ptr< iv::tanks::SoundingData > &soundingData, AbstractComponentGUI *rowTitleComponent)
 
static void prvConnectTankCalibrationDataToSheetModel (const std::shared_ptr< AbstractSheetModel > &sheetModel, const std::shared_ptr< iv::tanks::SoundingData > &soundingData, const iv::gui::sheets::RowId &rowId)
 
static void prvConnectTankCalibrationTableToSheetModel (const std::shared_ptr< iv::tanks::TrimCalibrationData > &trimCalibrationData, const std::shared_ptr< AbstractSheetModel > &sheetModel)
 

Function Documentation

◆ prvAddTankCalibrationTableColumnDefinitionsToSheetModel()

static void prvAddTankCalibrationTableColumnDefinitionsToSheetModel ( const std::shared_ptr< AbstractSheetModel > & sheetModel)
static

◆ prvConnectTankCalibrationDataToSheetModel()

static void prvConnectTankCalibrationDataToSheetModel ( const std::shared_ptr< AbstractSheetModel > & sheetModel,
const std::shared_ptr< iv::tanks::SoundingData > & soundingData,
const iv::gui::sheets::RowId & rowId )
static

◆ prvConnectTankCalibrationTableToSheetModel()

static void prvConnectTankCalibrationTableToSheetModel ( const std::shared_ptr< iv::tanks::TrimCalibrationData > & trimCalibrationData,
const std::shared_ptr< AbstractSheetModel > & sheetModel )
static

◆ prvCreateTankCalibrationTableCellDefinition()

static iv::gui::sheets::CellDefinition prvCreateTankCalibrationTableCellDefinition ( const std::shared_ptr< AbstractSheetModel > & sheetModel,
const iv::gui::sheets::ColumnDefinition & columnDefinition,
const std::shared_ptr< iv::tanks::SoundingData > & soundingData,
AbstractComponentGUI * rowTitleComponent )
static

◆ prvCreateTankCalibrationTableRowTitleCellDefinition()

static iv::gui::sheets::CellDefinition prvCreateTankCalibrationTableRowTitleCellDefinition ( const std::shared_ptr< AbstractSheetModel > & sheetModel,
iv::gui::sheets::RowId rowId )
static