Mana
|
This is the complete list of members for Graphics, including all inherited members.
_beginDraw() override | Graphics | |
_endDraw() override | Graphics | |
drawImage(const Image *image, int x, int y) | Graphics | |
drawImage(const Image *image, int srcX, int srcY, int dstX, int dstY, int width, int height, bool useColor=false) | Graphics | virtual |
drawImage(const gcn::Image *image, int srcX, int srcY, int dstX, int dstY, int width, int height) override | Graphics | inline |
drawImageF(const Image *image, float x, float y) | Graphics | |
drawImageF(const Image *image, int srcX, int srcY, float dstX, float dstY, int width, int height, bool useColor=false) | Graphics | virtual |
drawImagePattern(const Image *image, int x, int y, int w, int h) | Graphics | virtual |
drawImageRect(const ImageRect &imgRect, int x, int y, int w, int h) | Graphics | |
drawImageRect(const ImageRect &imgRect, const gcn::Rectangle &area) | Graphics | inline |
drawRescaledImage(const Image *image, int x, int y, int width, int height) | Graphics | |
drawRescaledImage(const Image *image, int srcX, int srcY, int dstX, int dstY, int width, int height, int desiredWidth, int desiredHeight, bool useColor=false)=0 | Graphics | pure virtual |
drawRescaledImageF(const Image *image, int srcX, int srcY, float dstX, float dstY, int width, int height, float desiredWidth, float desiredHeight, bool useColor=false) | Graphics | virtual |
drawRescaledImagePattern(const Image *image, int x, int y, int w, int h, int scaledWidth, int scaledHeight) | Graphics | |
drawRescaledImagePattern(const Image *image, int srcX, int srcY, int srcW, int srcH, int dstX, int dstY, int dstW, int dstH, int scaledWidth, int scaledHeight)=0 | Graphics | pure virtual |
drawText(const std::string &text, int x, int y, gcn::Graphics::Alignment alignment, const gcn::Color &color, gcn::Font *font, bool outline=false, bool shadow=false, const std::optional< gcn::Color > &outlineColor={}, const std::optional< gcn::Color > &shadowColor={}) | Graphics | |
drawText(const std::string &text, int x, int y, gcn::Graphics::Alignment align, gcn::Font *font, const TextFormat &format) | Graphics | |
getColor() const final | Graphics | inline |
getFont() const | Graphics | inline |
getHeight() const | Graphics | inline |
getScale() const | Graphics | inline |
getScreenshot()=0 | Graphics | pure virtual |
getWidth() const | Graphics | inline |
Graphics()=default | Graphics | |
mClipRects | Graphics | protected |
mColor | Graphics | protected |
mHeight | Graphics | protected |
mScale | Graphics | protected |
mWidth | Graphics | protected |
popClipRect() | Graphics | |
pushClipRect(const gcn::Rectangle &rect) | Graphics | |
setColor(const gcn::Color &color) override | Graphics | inline |
setVSync(bool sync)=0 | Graphics | pure virtual |
updateClipRect()=0 | Graphics | protectedpure virtual |
updateScreen()=0 | Graphics | pure virtual |
updateSize(int width, int height, float scale) | Graphics | virtual |
windowToLogical(int windowX, int windowY, float &logicalX, float &logicalY) const =0 | Graphics | pure virtual |