Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ DrawWindows
Function
DrawWindows
DevIL/test/MdiTest/MdiTest.cpp:134–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
133
134
void DrawWindows()
135
{
136
list <cWindow>::iterator i;
137
138
for (i = WindowList.begin(); i != WindowList.end(); i++) {
139
i->Paint();
140
}
141
142
return;
143
}
144
145
146
Callers
nothing calls this directly
Calls
1
Paint
Method · 0.80
Tested by
no test coverage detected