Image Member List

This is the complete list of members for Image, including all inherited members.

dataImageprivate
drawHorzArrow(int y, int xs, int xe, uchar colIndex, uint mask)Image
drawHorzLine(int y, int xs, int xe, uchar colIndex, uint mask)Image
drawRect(int x, int y, int width, int height, uchar colIndex, uint mask)Image
drawVertArrow(int x, int ys, int ye, uchar colIndex, uint mask)Image
drawVertLine(int x, int ys, int ye, uchar colIndex, uint mask)Image
fillRect(int x, int y, int width, int height, uchar colIndex, uint mask)Image
getData() const Imageinline
getHeight() const Imageinline
getPixel(int x, int y) const Image
getWidth() const Imageinline
heightImageprivate
Image(int w, int h)Image
save(const char *fileName, int mode=0)Image
setPixel(int x, int y, uchar val)Image
stringLength(const char *s)Imagefriend
stringLength(const char *s)Imagestatic
widthImageprivate
writeChar(int x, int y, char c, uchar fg)Image
writeString(int x, int y, const char *s, uchar fg)Image
~Image()Image