NXWidgets  1.19
NXWidgets::CGraphicsPort Member List

This is the complete list of members for NXWidgets::CGraphicsPort, including all inherited members.

_drawText(struct nxgl_point_s *pos, CRect *bound, CNxFont *font, const CNxString &string, int startIndex, int length, nxgl_mxpixel_t background, bool transparent)NXWidgets::CGraphicsPortprivate
CGraphicsPort(INxWindow *pNxWnd, nxgl_mxpixel_t backColor=CONFIG_NXWIDGETS_DEFAULT_BACKGROUNDCOLOR)NXWidgets::CGraphicsPort
CGraphicsPort(INxWindow *pNxWnd)NXWidgets::CGraphicsPort
copy(nxgl_coord_t sourceX, nxgl_coord_t sourceY, nxgl_coord_t destX, nxgl_coord_t destY, nxgl_coord_t width, nxgl_coord_t height)NXWidgets::CGraphicsPort
drawBevelledRect(nxgl_coord_t x, nxgl_coord_t y, nxgl_coord_t width, nxgl_coord_t height, nxgl_mxpixel_t shineColor, nxgl_mxpixel_t shadowColor)NXWidgets::CGraphicsPort
drawBitmap(nxgl_coord_t x, nxgl_coord_t y, nxgl_coord_t width, nxgl_coord_t height, const struct SBitmap *bitmap, int bitmapX, int bitmapY)NXWidgets::CGraphicsPort
drawBitmap(nxgl_coord_t x, nxgl_coord_t y, nxgl_coord_t width, nxgl_coord_t height, const struct SBitmap *bitmap, int bitmapX, int bitmapY, nxgl_mxpixel_t transparentColor)NXWidgets::CGraphicsPort
drawBitmapGreyScale(nxgl_coord_t x, nxgl_coord_t y, nxgl_coord_t width, nxgl_coord_t height, const struct SBitmap *bitmap, int bitmapX, int bitmapY)NXWidgets::CGraphicsPort
drawFilledCircle(struct nxgl_point_s *center, nxgl_coord_t radius, nxgl_mxpixel_t color)NXWidgets::CGraphicsPortinline
drawFilledRect(nxgl_coord_t x, nxgl_coord_t y, nxgl_coord_t width, nxgl_coord_t height, nxgl_mxpixel_t color)NXWidgets::CGraphicsPort
drawHorizLine(nxgl_coord_t x, nxgl_coord_t y, nxgl_coord_t width, nxgl_mxpixel_t color)NXWidgets::CGraphicsPort
drawLine(nxgl_coord_t x1, nxgl_coord_t y1, nxgl_coord_t x2, nxgl_coord_t y2, nxgl_mxpixel_t color, enum INxWindow::ELineCaps caps)NXWidgets::CGraphicsPort
drawPixel(nxgl_coord_t x, nxgl_coord_t y, nxgl_mxpixel_t color)NXWidgets::CGraphicsPort
drawRect(nxgl_coord_t x, nxgl_coord_t y, nxgl_coord_t width, nxgl_coord_t height, nxgl_mxpixel_t color)NXWidgets::CGraphicsPort
drawText(struct nxgl_point_s *pos, CRect *bound, CNxFont *font, const CNxString &string)NXWidgets::CGraphicsPort
drawText(struct nxgl_point_s *pos, CRect *bound, CNxFont *font, const CNxString &string, int startIndex, int length, nxgl_mxpixel_t color)NXWidgets::CGraphicsPort
drawText(struct nxgl_point_s *pos, CRect *bound, CNxFont *font, const CNxString &string, int startIndex, int length)NXWidgets::CGraphicsPort
drawText(struct nxgl_point_s *pos, CRect *bound, CNxFont *font, const CNxString &string, int startIndex, int length, nxgl_mxpixel_t color, nxgl_mxpixel_t background)NXWidgets::CGraphicsPort
drawVertLine(nxgl_coord_t x, nxgl_coord_t y, nxgl_coord_t height, nxgl_mxpixel_t color)NXWidgets::CGraphicsPort
getBackColor(void) constNXWidgets::CGraphicsPortinline
getX(void) constNXWidgets::CGraphicsPort
getY(void) constNXWidgets::CGraphicsPort
greyScale(nxgl_coord_t x, nxgl_coord_t y, nxgl_coord_t width, nxgl_coord_t height)NXWidgets::CGraphicsPort
invert(nxgl_coord_t x, nxgl_coord_t y, nxgl_coord_t width, nxgl_coord_t height)NXWidgets::CGraphicsPort
m_backColorNXWidgets::CGraphicsPortprivate
m_pNxWndNXWidgets::CGraphicsPortprivate
move(nxgl_coord_t x, nxgl_coord_t y, nxgl_coord_t deltaX, nxgl_coord_t deltaY, nxgl_coord_t width, nxgl_coord_t height)NXWidgets::CGraphicsPort
setBackColor(nxgl_mxpixel_t backColor)NXWidgets::CGraphicsPortinline
~CGraphicsPort()NXWidgets::CGraphicsPortvirtual