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

Method repaint

outdated/win/Qt3/qt3tableview.h:273–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273inline void
274QtTableView::repaint(bool erase)
275{
276 repaint(0, 0, width(), height(), erase);
277}
278
279inline void
280QtTableView::repaint(const QRect &r, bool erase)

Callers 15

populate_rolesMethod · 0.60
populate_racesMethod · 0.60
updateInventoryMethod · 0.60
resizePaperDollMethod · 0.60
UpdateCountColumnMethod · 0.60
AllMethod · 0.60
ChooseNoneMethod · 0.60
InvertMethod · 0.60
ToggleSelectMethod · 0.60
DisplayMethod · 0.60
qt_SplashMethod · 0.60
selectRoleMethod · 0.60

Calls 2

widthMethod · 0.45
heightMethod · 0.45

Tested by

no test coverage detected