Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
The SheetModelDataFlow class. It'll represent each cell in the sheet of the Data Flow's window panel. More...
#include <SheetModelDataFlow.hpp>
Private Member Functions | |
std::string | cellText (uint32_t rowPosition, uint32_t colPosition) const override |
std::string | rowTitle (uint32_t rowPosition) const override |
void | updateCellComponent (uint32_t rowPosition, uint32_t columnPosition) override |
Update the cell component in the sheet. | |
void | updateRowIdsByOrder () |
void | updateColumnIdsByOrder () |
Private Attributes | |
const std::weak_ptr< iv::types::networkId > | m_activeNetworkId |
const std::weak_ptr< iv::eLanguage > | m_selectedLanguage |
iv::gui::sheets::ColumnsDefinitions | m_columnDefinitions |
iv::gui::sheets::RowsDefinitions | m_rowDefinitions |
iv::gui::sheets::RowsCells | m_rowsCells |
std::unordered_map< iv::types::order, iv::gui::sheets::RowId > | m_rowIdsByOrder |
std::unordered_map< iv::types::order, iv::gui::sheets::ColumnId > | m_columnsIdsByOrder |
bool | m_rowsHaveCSS |
The SheetModelDataFlow class. It'll represent each cell in the sheet of the Data Flow's window panel.
|
explicit |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
nodiscardoverrideprivatevirtual |
Reimplemented from AbstractSheetModel.
|
inherited |
|
nodiscardinherited |
|
inherited |
|
inherited |
|
nodiscardinherited |
|
inherited |
|
inherited |
|
nodiscardinherited |
|
inherited |
|
nodiscardinherited |
|
inherited |
|
nodiscardinherited |
|
nodiscardinherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
nodiscardinherited |
|
inherited |
|
nodiscardoverrideprivatevirtual |
Reimplemented from AbstractSheetModel.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
overrideprivatevirtual |
Update the cell component in the sheet.
rowPosition | |
columnPosition |
Reimplemented from AbstractSheetModel.
|
privateinherited |
|
privateinherited |
|
private |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
private |