mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-11 18:28:57 -04:00
Improve keyword searching method; add view range bookmarking support
This commit is contained in:
@@ -2219,6 +2219,17 @@ void AppFrame::setViewState(long long center_freq) {
|
||||
}
|
||||
|
||||
|
||||
long long AppFrame::getViewCenterFreq() {
|
||||
return waterfallCanvas->getCenterFrequency();
|
||||
|
||||
}
|
||||
|
||||
|
||||
int AppFrame::getViewBandwidth() {
|
||||
return waterfallCanvas->getBandwidth();
|
||||
}
|
||||
|
||||
|
||||
/* split a string by 'seperator' into a vector of string */
|
||||
std::vector<std::string> str_explode(const std::string &seperator, const std::string &in_str)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user