MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / setQual

Function setQual

server/vglconfig.cpp:113–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void setQual(void)
114{
115 if(!qualSlider) return;
116 qualSlider->value(fconfig.qual);
117 if(fconfig.compress != RRCOMP_JPEG && strlen(fconfig.transport) == 0)
118 qualSlider->deactivate();
119 else qualSlider->activate();
120}
121
122void setProf(void)
123{

Callers 3

compCBFunction · 0.85
profCBFunction · 0.85
initFunction · 0.85

Calls 3

deactivateMethod · 0.80
activateMethod · 0.80
valueMethod · 0.45

Tested by

no test coverage detected