MCPcopy Create free account
hub / github.com/amule-project/amule / GetHTML

Method GetHTML

src/webserver/src/WebServer.cpp:1165–1169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1163}
1164
1165wxString CDynProgressImage::GetHTML()
1166{
1167 // template contain %s (name) %d (width) %s (alt)
1168 return (CFormat(m_template) % m_name % m_width % "Progress bar").GetString();
1169}
1170
1171void CDynProgressImage::DrawImage()
1172{

Callers 1

Calls 4

CFormatClass · 0.85
RGBFunction · 0.85
wxStringClass · 0.50
GetStringMethod · 0.45

Tested by

no test coverage detected