#include <CCell.hpp>
◆ CCell() [1/3]
◆ CCell() [2/3]
CCell::CCell |
( |
const CCell & | cell | ) |
|
◆ CCell() [3/3]
CCell::CCell |
( |
CCell && | cell | ) |
|
|
delete |
◆ ~CCell()
◆ createCellChar()
CCell * CCell::createCellChar |
( |
uint8_t | number | ) |
|
|
static |
◆ createCellEnum()
template<typename T >
requires (std::is_enum_v<T>)
static CCell * CCell::createCellEnum |
( |
const T | enumValue | ) |
|
|
inlinestatic |
◆ createCellImage()
CCell * CCell::createCellImage |
( |
const std::string & | nameImage, |
|
|
uint64_t | sizeXmm, |
|
|
uint64_t | sizeYmm ) |
|
static |
◆ createCellIndicator()
CCell * CCell::createCellIndicator |
( |
bool | isOk | ) |
|
|
static |
◆ createCellLong()
CCell * CCell::createCellLong |
( |
int64_t | number | ) |
|
|
static |
◆ createCellNumber()
CCell * CCell::createCellNumber |
( |
double | number, |
|
|
double | precision ) |
|
static |
◆ createCellNumberWithDecimals()
CCell * CCell::createCellNumberWithDecimals |
( |
double | number, |
|
|
uint64_t | numDecimals ) |
|
static |
◆ createCellText()
CCell * CCell::createCellText |
( |
const std::string & | text | ) |
|
|
static |
◆ getFontHeight()
uint64_t CCell::getFontHeight |
( |
| ) |
const |
|
nodiscard |
◆ getHeight()
◆ getWidth()
◆ hideAllLines()
void CCell::hideAllLines |
( |
| ) |
|
◆ hideBottomLine()
void CCell::hideBottomLine |
( |
| ) |
|
◆ hideHorizontalLines()
void CCell::hideHorizontalLines |
( |
| ) |
|
◆ hideLeftLine()
void CCell::hideLeftLine |
( |
| ) |
|
◆ hideRightLine()
void CCell::hideRightLine |
( |
| ) |
|
◆ hideTopLine()
void CCell::hideTopLine |
( |
| ) |
|
◆ hideVerticalLines()
void CCell::hideVerticalLines |
( |
| ) |
|
◆ isEmpty()
bool CCell::isEmpty |
( |
| ) |
const |
|
nodiscard |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ processCell()
void CCell::processCell |
( |
IManagerPrinter * | manager, |
|
|
double | widthCell, |
|
|
double | heightCell ) const |
◆ setAlignment()
◆ setColorBackground()
◆ setColorForeground()
◆ setColorLines()
◆ setFont()
void CCell::setFont |
( |
const std::string & | nameFont | ) |
|
◆ setMarginCell()
void CCell::setMarginCell |
( |
uint64_t | marginTop, |
|
|
uint64_t | marginBottom, |
|
|
uint64_t | marginRight, |
|
|
uint64_t | marginLeft ) |
◆ setSlant()
◆ setStyleCellError()
void CCell::setStyleCellError |
( |
| ) |
|
◆ setStyleCellHeader()
void CCell::setStyleCellHeader |
( |
| ) |
|
◆ setText()
void CCell::setText |
( |
const std::string & | text | ) |
|
◆ setTextHeight()
void CCell::setTextHeight |
( |
uint64_t | sizeDP | ) |
|
◆ setWeight()
◆ showOnlyBottomLine()
void CCell::showOnlyBottomLine |
( |
| ) |
|
◆ m_colorBackGround
uint32_t CCell::m_colorBackGround |
|
private |
◆ m_colorLines
uint32_t CCell::m_colorLines |
|
private |
◆ m_isLineBottom
bool CCell::m_isLineBottom |
|
private |
◆ m_isLineLeft
◆ m_isLineRight
bool CCell::m_isLineRight |
|
private |
◆ m_isLineTop
◆ m_nameImageOpt
std::string CCell::m_nameImageOpt |
|
private |
◆ m_sizeXImage
uint64_t CCell::m_sizeXImage |
|
private |
◆ m_sizeYImage
uint64_t CCell::m_sizeYImage |
|
private |
◆ m_styleParagraph
◆ m_textOpt
std::string CCell::m_textOpt |
|
private |
The documentation for this class was generated from the following files: