#include <CEntTable.hpp>
|
| CEntTable () |
|
| CEntTable (std::string titleTable) |
|
| CEntTable (const CEntTable &other) |
|
| CEntTable (CEntTable &&other)=delete |
|
| ~CEntTable () override |
|
CEntTable & | operator= (const CEntTable &other)=delete |
|
CEntTable & | operator= (CEntTable &&other)=delete |
|
void | addCellData (uint64_t indColBegin, uint64_t indRowBegin, uint64_t indColEnd, uint64_t indRowEnd, CCell **cell) |
|
void | addCellDataOnlyOnceCell (uint64_t indCol, uint64_t indRow, CCell **cell) |
|
void | addCellFooter (uint64_t indColBegin, uint64_t indRowBegin, uint64_t indColEnd, uint64_t indRowEnd, CCell **cell) |
|
void | addCellHeader (uint64_t indColBegin, uint64_t indRowBegin, uint64_t indColEnd, uint64_t indRowEnd, CCell **cell) |
|
void | addCellHeaderOnlyOnceCell (uint64_t indCol, uint64_t indRow, CCell **cell) |
|
void | processEntity (IManagerPrinter *manager) override |
|
SPrvSubTable * | footerOpt () const |
|
SPrvSubTable * | headerOpt () const |
|
double | heightTableFooter () const |
|
uint64_t | numCols () const |
|
void | setTextHeightTable (uint64_t heightFont) |
|
CStyleNumeration * | styleTitle () const |
|
std::string & | titleTableOpt () |
|
std::vector< double > & | widthColumns () |
|
bool | hasData () const |
|
◆ CEntTable() [1/4]
◆ CEntTable() [2/4]
CEntTable::CEntTable |
( |
std::string | titleTable | ) |
|
|
explicit |
◆ CEntTable() [3/4]
CEntTable::CEntTable |
( |
const CEntTable & | other | ) |
|
◆ CEntTable() [4/4]
◆ ~CEntTable()
CEntTable::~CEntTable |
( |
| ) |
|
|
overridedefault |
◆ addCellData()
void CEntTable::addCellData |
( |
uint64_t | indColBegin, |
|
|
uint64_t | indRowBegin, |
|
|
uint64_t | indColEnd, |
|
|
uint64_t | indRowEnd, |
|
|
CCell ** | cell ) |
◆ addCellDataOnlyOnceCell()
void CEntTable::addCellDataOnlyOnceCell |
( |
uint64_t | indCol, |
|
|
uint64_t | indRow, |
|
|
CCell ** | cell ) |
◆ addCellFooter()
void CEntTable::addCellFooter |
( |
uint64_t | indColBegin, |
|
|
uint64_t | indRowBegin, |
|
|
uint64_t | indColEnd, |
|
|
uint64_t | indRowEnd, |
|
|
CCell ** | cell ) |
◆ addCellHeader()
void CEntTable::addCellHeader |
( |
uint64_t | indColBegin, |
|
|
uint64_t | indRowBegin, |
|
|
uint64_t | indColEnd, |
|
|
uint64_t | indRowEnd, |
|
|
CCell ** | cell ) |
◆ addCellHeaderOnlyOnceCell()
void CEntTable::addCellHeaderOnlyOnceCell |
( |
uint64_t | indCol, |
|
|
uint64_t | indRow, |
|
|
CCell ** | cell ) |
◆ footerOpt()
◆ hasData()
bool CEntTable::hasData |
( |
| ) |
const |
|
nodiscard |
◆ headerOpt()
◆ heightTableFooter()
double CEntTable::heightTableFooter |
( |
| ) |
const |
|
nodiscard |
◆ numCols()
uint64_t CEntTable::numCols |
( |
| ) |
const |
|
nodiscard |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ processEntity()
◆ prvBeginTable()
◆ prvDeleteEmptyColumns()
void CEntTable::prvDeleteEmptyColumns |
( |
std::vector< uint32_t > * | pVector | ) |
|
|
private |
◆ prvEndTable()
◆ prvSetHeightRowsTable()
◆ prvSetHeightTableFooter()
void CEntTable::prvSetHeightTableFooter |
( |
std::vector< double > & | heightRowsFooter | ) |
|
|
private |
◆ prvSetHeightTableHeading()
void CEntTable::prvSetHeightTableHeading |
( |
std::vector< double > & | heightRowsHeading, |
|
|
const std::vector< double > & | heightRowsData ) |
|
private |
◆ prvSetNumColumns()
void CEntTable::prvSetNumColumns |
( |
| ) |
|
|
private |
◆ prvSetNumRowsTable()
void CEntTable::prvSetNumRowsTable |
( |
| ) |
|
|
private |
◆ prvSetTextHeightTable()
void CEntTable::prvSetTextHeightTable |
( |
uint64_t | cells | ) |
const |
|
private |
◆ prvSetWidthColumns()
◆ setTextHeightTable()
void CEntTable::setTextHeightTable |
( |
uint64_t | heightFont | ) |
|
◆ styleTitle()
◆ titleTableOpt()
std::string & CEntTable::titleTableOpt |
( |
| ) |
|
◆ widthColumns()
std::vector< double > & CEntTable::widthColumns |
( |
| ) |
|
◆ cellPadding
double CEntTable::cellPadding = 10. |
|
static |
◆ m_data
◆ m_footerOpt
◆ m_headerOpt
◆ m_heightTableFooter
double CEntTable::m_heightTableFooter |
|
private |
◆ m_heightTableHeader
double CEntTable::m_heightTableHeader |
|
private |
◆ m_numCols
uint64_t CEntTable::m_numCols |
|
private |
◆ m_styleTitle
◆ m_titleTableOpt
std::string CEntTable::m_titleTableOpt |
|
private |
◆ m_widthColumns
std::vector<double> CEntTable::m_widthColumns |
|
private |
The documentation for this class was generated from the following files: