Graphics Member List
This is the complete list of members for
Graphics, including all inherited members.
drawImage(Image *image, int x, int y) | Graphics | |
drawImage(gcn::Image const *image, int srcX, int srcY, int dstX, int dstY, int width, int height) | Graphics | |
drawImage(Image *image, int srcX, int srcY, int dstX, int dstY, int width, int height, bool useColor=false) | Graphics | [virtual] |
drawImagePattern(Image *image, int x, int y, int w, int h) | Graphics | [virtual] |
drawImageRect(int x, int y, int w, int h, Image *topLeft, Image *topRight, Image *bottomLeft, Image *bottomRight, Image *top, Image *right, Image *bottom, Image *left, Image *center) | Graphics | |
drawImageRect(int x, int y, int w, int h, const ImageRect &imgRect) | Graphics | |
getHeight() const | Graphics | |
getScreenshot() | Graphics | [virtual] |
getWidth() const | Graphics | |
Graphics() | Graphics | |
mFullscreen | Graphics | [protected] |
mHWAccel | Graphics | [protected] |
mScreen | Graphics | [protected] |
setFullscreen(bool fs) | Graphics | |
setVideoMode(int w, int h, int bpp, bool fs, bool hwaccel) | Graphics | [virtual] |
updateScreen() | Graphics | [virtual] |
~Graphics() | Graphics | [virtual] |