draw a tile into the paper doll
| 131 | |
| 132 | // draw a tile into the paper doll |
| 133 | void |
| 134 | NetHackQtGlyphs::drawCell( |
| 135 | QPainter& painter, |
| 136 | int glyph, int tileidx, |
| 137 | int cellx, int celly) |
| 138 | { |
| 139 | drawGlyph(painter, glyph, tileidx, cellx * width(), celly * height(), |
| 140 | false); |
| 141 | } |
| 142 | |
| 143 | // draw a tile into the paper doll and then draw a BUC border around it |
| 144 | void |