Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
This is the complete list of members for CEntTable, including all inherited members.
addCellData(uint64_t indColBegin, uint64_t indRowBegin, uint64_t indColEnd, uint64_t indRowEnd, CCell **cell) | CEntTable | |
addCellDataOnlyOnceCell(uint64_t indCol, uint64_t indRow, CCell **cell) | CEntTable | |
addCellFooter(uint64_t indColBegin, uint64_t indRowBegin, uint64_t indColEnd, uint64_t indRowEnd, CCell **cell) | CEntTable | |
addCellHeader(uint64_t indColBegin, uint64_t indRowBegin, uint64_t indColEnd, uint64_t indRowEnd, CCell **cell) | CEntTable | |
addCellHeaderOnlyOnceCell(uint64_t indCol, uint64_t indRow, CCell **cell) | CEntTable | |
cellPadding | CEntTable | static |
CEntTable() | CEntTable | |
CEntTable(std::string titleTable) | CEntTable | explicit |
CEntTable(const CEntTable &other) | CEntTable | |
CEntTable(CEntTable &&other)=delete | CEntTable | |
footerOpt() const | CEntTable | |
hasData() const | CEntTable | |
headerOpt() const | CEntTable | |
heightTableFooter() const | CEntTable | |
m_data | CEntTable | private |
m_footerOpt | CEntTable | private |
m_headerOpt | CEntTable | private |
m_heightTableFooter | CEntTable | private |
m_heightTableHeader | CEntTable | private |
m_numCols | CEntTable | private |
m_styleTitle | CEntTable | private |
m_titleTableOpt | CEntTable | private |
m_widthColumns | CEntTable | private |
numCols() const | CEntTable | |
operator=(const CEntTable &other)=delete | CEntTable | |
operator=(CEntTable &&other)=delete | CEntTable | |
processEntity(IManagerPrinter *manager) override | CEntTable | virtual |
prvBeginTable(IManagerPrinter *manager) | CEntTable | private |
prvDeleteEmptyColumns(std::vector< uint32_t > *pVector) | CEntTable | private |
prvEndTable(IManagerPrinter *manager) const | CEntTable | private |
prvSetHeightRowsTable(IManagerPrinter *pPrinter) | CEntTable | private |
prvSetHeightTableFooter(std::vector< double > &heightRowsFooter) | CEntTable | private |
prvSetHeightTableHeading(std::vector< double > &heightRowsHeading, const std::vector< double > &heightRowsData) | CEntTable | private |
prvSetNumColumns() | CEntTable | private |
prvSetNumRowsTable() | CEntTable | private |
prvSetTextHeightTable(uint64_t cells) const | CEntTable | private |
prvSetWidthColumns(IManagerPrinter *pPrinter) | CEntTable | private |
setTextHeightTable(uint64_t heightFont) | CEntTable | |
styleTitle() const | CEntTable | |
titleTableOpt() | CEntTable | |
widthColumns() | CEntTable | |
~CEntTable() override | CEntTable | |
~IEntPrinter()=default | IEntPrinter | virtual |