| addRow(int cols,...) | OpenXcom::TextList | |
| blit(Surface *surface) | OpenXcom::TextList | virtual |
| blitNShade(Surface *surface, int x, int y, int shade, bool half=false, int newBaseColor=0) | OpenXcom::Surface | |
| blitNShade(Surface *surface, int x, int y, int shade, GraphSubset range) | OpenXcom::Surface | |
| clear(Uint32 color=0) | OpenXcom::Surface | |
| clearList() | OpenXcom::TextList | |
| copy(Surface *surface) | OpenXcom::Surface | |
| draw() | OpenXcom::TextList | 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 | |
| getArrowsLeftEdge() | OpenXcom::TextList | |
| getArrowsRightEdge() | OpenXcom::TextList | |
| getCellText(size_t row, size_t column) const | OpenXcom::TextList | |
| getColor() const | OpenXcom::TextList | |
| getColumnX(size_t column) const | OpenXcom::TextList | |
| getComboBox() const | OpenXcom::TextList | |
| getCrop() | OpenXcom::Surface | |
| getHeight() const | OpenXcom::Surface | inline |
| getMargin() const | OpenXcom::TextList | |
| getNumTextLines(size_t row) const | OpenXcom::TextList | |
| getPalette() const | OpenXcom::Surface | inline |
| getPixel(int x, int y) const | OpenXcom::Surface | inline |
| getRaw(int x, int y) const | OpenXcom::Surface | inline |
| getRows() const | OpenXcom::TextList | |
| getRowY(size_t row) const | OpenXcom::TextList | |
| getScroll() | OpenXcom::TextList | |
| getSecondaryColor() const | OpenXcom::TextList | |
| getSelectedRow() const | OpenXcom::TextList | |
| getSurface() const | OpenXcom::Surface | inline |
| getTextHeight(size_t row) const | OpenXcom::TextList | |
| getTexts() const | OpenXcom::TextList | |
| getTooltip() const | OpenXcom::Surface | |
| getVisible() const | OpenXcom::Surface | |
| getVisibleRows() const | OpenXcom::TextList | |
| getWidth() const | OpenXcom::Surface | inline |
| getX() const | OpenXcom::Surface | inline |
| getY() const | OpenXcom::Surface | inline |
| handle(Action *action, State *state) | OpenXcom::TextList | virtual |
| initText(Font *big, Font *small, Language *lang) | OpenXcom::TextList | virtual |
| InteractiveSurface(int width, int height, int x=0, int y=0) | OpenXcom::InteractiveSurface | |
| invalidate(bool valid=true) | OpenXcom::Surface | |
| invert(Uint8 mid) | OpenXcom::Surface | |
| isButtonHandled(Uint8 button=0) | OpenXcom::InteractiveSurface | protectedvirtual |
| isButtonPressed(Uint8 button=0) const | OpenXcom::InteractiveSurface | protected |
| isFocused() const | OpenXcom::InteractiveSurface | |
| isTFTDMode() const | OpenXcom::Surface | |
| keyboardPress(Action *action, State *state) | OpenXcom::InteractiveSurface | virtual |
| keyboardRelease(Action *action, State *state) | OpenXcom::InteractiveSurface | virtual |
| loadBdy(const std::string &filename) | OpenXcom::Surface | |
| loadImage(const std::string &filename) | OpenXcom::Surface | |
| loadRaw(const std::vector< unsigned char > &bytes) | OpenXcom::Surface | |
| loadRaw(const std::vector< char > &bytes) | OpenXcom::Surface | |
| loadScr(const std::string &filename) | OpenXcom::Surface | |
| loadSpk(const std::string &filename) | OpenXcom::Surface | |
| lock() | OpenXcom::Surface | |
| mouseClick(Action *action, State *state) | OpenXcom::TextList | virtual |
| mouseIn(Action *action, State *state) | OpenXcom::InteractiveSurface | virtual |
| mouseOut(Action *action, State *state) | OpenXcom::TextList | virtual |
| mouseOver(Action *action, State *state) | OpenXcom::TextList | virtual |
| mousePress(Action *action, State *state) | OpenXcom::TextList | virtual |
| mouseRelease(Action *action, State *state) | OpenXcom::TextList | virtual |
| offset(int off, int min=-1, int max=-1, int mul=1) | OpenXcom::Surface | |
| offsetBlock(int off, int blk=16, int mul=1) | OpenXcom::Surface | |
| onKeyboardPress(ActionHandler handler, SDLKey key=SDLK_ANY) | OpenXcom::InteractiveSurface | |
| onKeyboardRelease(ActionHandler handler, SDLKey key=SDLK_ANY) | OpenXcom::InteractiveSurface | |
| onLeftArrowClick(ActionHandler handler) | OpenXcom::TextList | |
| onLeftArrowPress(ActionHandler handler) | OpenXcom::TextList | |
| onLeftArrowRelease(ActionHandler handler) | OpenXcom::TextList | |
| onMouseClick(ActionHandler handler, Uint8 button=SDL_BUTTON_LEFT) | OpenXcom::InteractiveSurface | |
| onMouseIn(ActionHandler handler) | OpenXcom::InteractiveSurface | |
| onMouseOut(ActionHandler handler) | OpenXcom::InteractiveSurface | |
| onMouseOver(ActionHandler handler) | OpenXcom::InteractiveSurface | |
| onMousePress(ActionHandler handler, Uint8 button=0) | OpenXcom::InteractiveSurface | |
| onMouseRelease(ActionHandler handler, Uint8 button=0) | OpenXcom::InteractiveSurface | |
| onRightArrowClick(ActionHandler handler) | OpenXcom::TextList | |
| onRightArrowPress(ActionHandler handler) | OpenXcom::TextList | |
| onRightArrowRelease(ActionHandler handler) | OpenXcom::TextList | |
| rawCopy(const std::vector< T > &bytes) | OpenXcom::Surface | protected |
| resetCrop() | OpenXcom::Surface | |
| resize(int width, int height) | OpenXcom::Surface | protected |
| scrollDown(bool toMax, bool scrollByWheel=false) | OpenXcom::TextList | |
| scrollTo(size_t scroll) | OpenXcom::TextList | |
| scrollUp(bool toMax, bool scrollByWheel=false) | OpenXcom::TextList | |
| setAlign(TextHAlign align, int col=-1) | OpenXcom::TextList | |
| setArrowColor(Uint8 color) | OpenXcom::TextList | |
| setArrowColumn(int pos, ArrowOrientation type) | OpenXcom::TextList | |
| setBackground(Surface *bg) | OpenXcom::TextList | |
| setBig() | OpenXcom::TextList | |
| setBorderColor(Uint8 color) | OpenXcom::TextList | virtual |
| setButtonPressed(Uint8 button, bool pressed) | OpenXcom::InteractiveSurface | protected |
| setCellColor(size_t row, size_t column, Uint8 color) | OpenXcom::TextList | |
| setCellText(size_t row, size_t column, const std::string &text) | OpenXcom::TextList | |
| setColor(Uint8 color) | OpenXcom::TextList | virtual |
| setColumns(int cols,...) | OpenXcom::TextList | |
| setComboBox(ComboBox *comboBox) | OpenXcom::TextList | |
| setCondensed(bool condensed) | OpenXcom::TextList | |
| setDot(bool dot) | OpenXcom::TextList | |
| setFlooding(bool flooding) | OpenXcom::TextList | |
| setFocus(bool focus) | OpenXcom::InteractiveSurface | virtual |
| setHeight(int height) | OpenXcom::TextList | virtual |
| setHidden(bool hidden) | OpenXcom::Surface | |
| setHighContrast(bool contrast) | OpenXcom::TextList | virtual |
| setListButton() | OpenXcom::InteractiveSurface | |
| setMargin(int margin) | OpenXcom::TextList | |
| setPalette(SDL_Color *colors, int firstcolor=0, int ncolors=256) | OpenXcom::TextList | virtual |
| setPixel(int x, int y, Uint8 pixel) | OpenXcom::Surface | inline |
| setPixelIterative(int *x, int *y, Uint8 pixel) | OpenXcom::Surface | inline |
| setRowColor(size_t row, Uint8 color) | OpenXcom::TextList | |
| setScrolling(bool scrolling, int scrollPos=4) | OpenXcom::TextList | |
| setSecondaryColor(Uint8 color) | OpenXcom::TextList | virtual |
| setSelectable(bool selectable) | OpenXcom::TextList | |
| setSmall() | OpenXcom::TextList | |
| setTFTDMode(bool mode) | OpenXcom::Surface | |
| setTooltip(const std::string &tooltip) | OpenXcom::Surface | |
| setVisible(bool visible) | OpenXcom::InteractiveSurface | virtual |
| setWidth(int width) | OpenXcom::Surface | virtual |
| setWordWrap(bool wrap) | OpenXcom::TextList | |
| setX(int x) | OpenXcom::TextList | virtual |
| setY(int y) | OpenXcom::TextList | virtual |
| Surface(int width, int height, int x=0, int y=0, int bpp=8) | OpenXcom::Surface | |
| Surface(const Surface &other) | OpenXcom::Surface | |
| TextList(int width, int height, int x=0, int y=0) | OpenXcom::TextList | |
| think() | OpenXcom::TextList | virtual |
| unlock() | OpenXcom::Surface | |
| unpress(State *state) | OpenXcom::TextList | virtual |
| ~InteractiveSurface() | OpenXcom::InteractiveSurface | virtual |
| ~Surface() | OpenXcom::Surface | virtual |
| ~TextList() | OpenXcom::TextList | |