Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
This is the complete list of members for CDrawText, including all inherited members.
CDrawText()=delete | CDrawText | |
CDrawText(std::string_view text, iv::types::coord x=0, iv::types::coord y=0, unsigned char justify=1, double heightFont=14) | CDrawText | explicit |
CDrawText(const CDrawText &drawText) | CDrawText | |
CDrawText(const CDrawText *drawText) | CDrawText | explicit |
draw(IGraphics *graphics) | CDrawText | |
getCoordTextAndSize(IGraphics *graphics, unsigned char justify, iv::types::coord *xCornerLeftDown, iv::types::coord *yCornerLeftDown, iv::types::width *widthText, iv::types::height *heightText) const | CDrawText | |
getPosition(iv::types::coord *xPos, iv::types::coord *yPos) const | CDrawText | |
getSizeText(IGraphics *graphics, iv::types::width *widthText, iv::types::height *heightText) const | CDrawText | |
isEmpty() | CDrawText | |
isText(std::string_view text) | CDrawText | |
m_dxCornerLeftDown | CDrawText | private |
m_dyCornerLeftDown | CDrawText | private |
m_hasToRemove | CDrawText | private |
m_heightText | CDrawText | private |
m_idBlock | CDrawText | private |
m_justify | CDrawText | private |
m_text | CDrawText | private |
m_textModifier | CDrawText | private |
m_widthText | CDrawText | private |
operator!=(const CDrawText &b) const | CDrawText | |
operator==(const CDrawText &b) const | CDrawText | |
removeObjectDraw(IGraphics *graphics) | CDrawText | |
setHeight(double heightFont) | CDrawText | |
setPosition(iv::types::coord x, iv::types::coord y, uint8_t justify) | CDrawText | |
setStyle(iv::ui::eTextStyle textStyle) | CDrawText | |
setText(std::string_view text) | CDrawText | |
setWeight(iv::ui::eTextWeight textWeight) | CDrawText | |
translate(iv::types::coord x, iv::types::coord y) | CDrawText | |
~CDrawText() | CDrawText |