Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ add
Method
add
outdated/win/Qt3/qt3_clust.cpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
void Clusterizer::add(int x, int y)
44
{
45
add(QRect(x,y,1,1));
46
}
47
48
void Clusterizer::add(int x, int y, int w, int h)
49
{
Callers
3
updateTiles
Method · 0.45
Clear
Method · 0.45
Changed
Method · 0.45
Calls
3
include
Function · 0.70
width
Method · 0.45
height
Method · 0.45
Tested by
no test coverage detected