blit(Surface *surface) | OpenXcom::Surface | virtual |
blitNShade(Surface *surface, int x, int y, int off, bool half=false, int newBaseColor=0) | OpenXcom::Surface | |
clear() | OpenXcom::Surface | |
copy(Surface *surface) | OpenXcom::Surface | |
draw() | OpenXcom::Text | virtual |
drawCircle(Sint16 x, Sint16 y, Sint16 r, Uint8 color) | OpenXcom::Surface | |
drawLine(Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint8 color) | OpenXcom::Surface | |
drawPolygon(Sint16 *x, Sint16 *y, int n, Uint8 color) | OpenXcom::Surface | |
drawRect(SDL_Rect *rect, Uint8 color) | OpenXcom::Surface | |
drawRect(Sint16 x, Sint16 y, Sint16 w, Sint16 h, Uint8 color) | OpenXcom::Surface | |
drawString(Sint16 x, Sint16 y, const char *s, Uint8 color) | OpenXcom::Surface | |
drawTexturedPolygon(Sint16 *x, Sint16 *y, int n, Surface *texture, int dx, int dy) | OpenXcom::Surface | |
formatFunding(int funds) | OpenXcom::Text | static |
formatNumber(int value, std::wstring currency=L"") | OpenXcom::Text | static |
formatPercentage(int value) | OpenXcom::Text | static |
getAlign() const | OpenXcom::Text | |
getColor() const | OpenXcom::Text | |
getCrop() | OpenXcom::Surface | |
getFont() const | OpenXcom::Text | |
getHeight() const | OpenXcom::Surface | inline |
getPalette() const | OpenXcom::Surface | inline |
getPixel(int x, int y) const | OpenXcom::Surface | inline |
getSecondaryColor() const | OpenXcom::Text | |
getSurface() const | OpenXcom::Surface | inline |
getText() const | OpenXcom::Text | |
getTextHeight(int line=-1) const | OpenXcom::Text | |
getTextWidth(int line=-1) const | OpenXcom::Text | |
getTooltip() const | OpenXcom::Surface | |
getVisible() const | OpenXcom::Surface | |
getWidth() const | OpenXcom::Surface | inline |
getX() const | OpenXcom::Surface | inline |
getY() const | OpenXcom::Surface | inline |
initText(Font *big, Font *small, Language *lang) | OpenXcom::Text | virtual |
invalidate() | OpenXcom::Surface | |
invert(Uint8 mid) | OpenXcom::Surface | |
loadBdy(const std::string &filename) | OpenXcom::Surface | |
loadImage(const std::string &filename) | OpenXcom::Surface | |
loadScr(const std::string &filename) | OpenXcom::Surface | |
loadSpk(const std::string &filename) | OpenXcom::Surface | |
lock() | OpenXcom::Surface | |
offset(int off, int min=-1, int max=-1, int mul=1) | OpenXcom::Surface | |
resetCrop() | OpenXcom::Surface | |
resize(int width, int height) | OpenXcom::Surface | protected |
setAlign(TextHAlign align) | OpenXcom::Text | |
setBig() | OpenXcom::Text | |
setColor(Uint8 color) | OpenXcom::Text | |
setHeight(int height) | OpenXcom::Surface | virtual |
setHidden(bool hidden) | OpenXcom::Surface | |
setHighContrast(bool contrast) | OpenXcom::Text | |
setInvert(bool invert) | OpenXcom::Text | |
setPalette(SDL_Color *colors, int firstcolor=0, int ncolors=256) | OpenXcom::Surface | virtual |
setPixel(int x, int y, Uint8 pixel) | OpenXcom::Surface | inline |
setPixelIterative(int *x, int *y, Uint8 pixel) | OpenXcom::Surface | inline |
setSecondaryColor(Uint8 color) | OpenXcom::Text | |
setSmall() | OpenXcom::Text | |
setText(const std::wstring &text) | OpenXcom::Text | |
setTooltip(const std::string &tooltip) | OpenXcom::Surface | |
setVerticalAlign(TextVAlign valign) | OpenXcom::Text | |
setVisible(bool visible) | OpenXcom::Surface | |
setWidth(int width) | OpenXcom::Surface | virtual |
setWordWrap(bool wrap, bool indent=false) | OpenXcom::Text | |
setX(int x) | OpenXcom::Surface | virtual |
setY(int y) | OpenXcom::Surface | virtual |
Surface(int width, int height, int x=0, int y=0, int bpp=8) | OpenXcom::Surface | |
Surface(const Surface &other) | OpenXcom::Surface | |
Text(int width, int height, int x=0, int y=0) | OpenXcom::Text | |
think() | OpenXcom::Surface | virtual |
unlock() | OpenXcom::Surface | |
~Surface() | OpenXcom::Surface | virtual |
~Text() | OpenXcom::Text | |