Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
This is the complete list of members for CCell, including all inherited members.
CCell() | CCell | |
CCell(const CCell &cell) | CCell | |
CCell(CCell &&cell)=delete | CCell | |
createCellChar(uint8_t number) | CCell | static |
createCellEnum(const T enumValue) | CCell | inlinestatic |
createCellImage(const std::string &nameImage, uint64_t sizeXmm, uint64_t sizeYmm) | CCell | static |
createCellIndicator(bool isOk) | CCell | static |
createCellLong(int64_t number) | CCell | static |
createCellNumber(double number, double precision) | CCell | static |
createCellNumberWithDecimals(double number, uint64_t numDecimals) | CCell | static |
createCellText(const std::string &text) | CCell | static |
getFontHeight() const | CCell | |
getHeight(IManagerPrinter *manager) const | CCell | |
getWidth(IManagerPrinter *manager) const | CCell | |
hideAllLines() | CCell | |
hideBottomLine() | CCell | |
hideHorizontalLines() | CCell | |
hideLeftLine() | CCell | |
hideRightLine() | CCell | |
hideTopLine() | CCell | |
hideVerticalLines() | CCell | |
isEmpty() const | CCell | |
m_colorBackGround | CCell | private |
m_colorLines | CCell | private |
m_isLineBottom | CCell | private |
m_isLineLeft | CCell | private |
m_isLineRight | CCell | private |
m_isLineTop | CCell | private |
m_nameImageOpt | CCell | private |
m_sizeXImage | CCell | private |
m_sizeYImage | CCell | private |
m_styleParagraph | CCell | private |
m_textOpt | CCell | private |
operator=(const CCell &other)=delete | CCell | |
operator=(CCell &&other)=delete | CCell | |
processCell(IManagerPrinter *manager, double widthCell, double heightCell) const | CCell | |
setAlignment(iv::eFontAlignment alignment) | CCell | |
setColorBackground(iv::types::color colorBackground) | CCell | |
setColorForeground(iv::types::color colorForeground) | CCell | |
setColorLines(iv::types::color colorLines) | CCell | |
setFont(const std::string &nameFont) | CCell | |
setMarginCell(uint64_t marginTop, uint64_t marginBottom, uint64_t marginRight, uint64_t marginLeft) | CCell | |
setSlant(iv::eFontSlant slant) | CCell | |
setStyleCellError() | CCell | |
setStyleCellHeader() | CCell | |
setText(const std::string &text) | CCell | |
setTextHeight(uint64_t sizeDP) | CCell | |
setWeight(iv::eFontWeight weight) | CCell | |
showOnlyBottomLine() | CCell | |
~CCell() | CCell |