Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jerryuhoo/Fire
/ setFreq
Method
setFreq
Source/Panels/SpectrogramPanel/FreqTextLabel.cpp:143–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
void FreqTextLabel::setFreq(int freq)
144
{
145
mFrequency = freq;
146
repaint(); // Repaint to show the new frequency value.
147
}
148
149
int FreqTextLabel::getFreq()
150
{
Callers
3
sortLines
Method · 0.45
mouseDown
Method · 0.45
sliderValueChanged
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected