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

Method drawCell

outdated/win/Qt3/qt3_win.cpp:4336–4339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4334 );
4335}
4336void NetHackQtGlyphs::drawCell(QPainter& painter, int glyph, int cellx, int celly)
4337{
4338 drawGlyph(painter,glyph,cellx*width(),celly*height());
4339}
4340void NetHackQtGlyphs::setSize(int w, int h)
4341{
4342 if ( size == QSize(w,h) )

Callers 2

paintEventMethod · 0.45
drawWornMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected