MCPcopy Create free account
hub / github.com/NetHack/NetHack / drawCell

Method drawCell

win/Qt/qt_glyph.cpp:133–141  ·  view source on GitHub ↗

draw a tile into the paper doll

Source from the content-addressed store, hash-verified

131
132// draw a tile into the paper doll
133void
134NetHackQtGlyphs::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
144void

Callers 1

paintEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected