MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / panXpixelsFor

Function panXpixelsFor

src/gui/MainWindowHelpers.cpp:330–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328} // namespace
329
330int panXpixelsFor(const SpectrumWidget* spectrum)
331{
332 if (!spectrum || spectrum->width() < kMinPanXpixels) {
333 return kDefaultPanXpixels;
334 }
335 return radioPixelsFor(spectrum, spectrum->width());
336}
337
338int panYpixelsFor(const SpectrumWidget* spectrum)
339{

Callers 1

Calls 1

radioPixelsForFunction · 0.85

Tested by

no test coverage detected