mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-03 23:32:26 -04:00
Add frequency span query to wide graph class
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6587 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
64eb0dea03
commit
dae625e6ce
@ -252,6 +252,11 @@ int WideGraph::Fmax() //Fmax
|
|||||||
return n;
|
return n;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int WideGraph::fSpan()
|
||||||
|
{
|
||||||
|
return ui->widePlot->fSpan ();
|
||||||
|
}
|
||||||
|
|
||||||
void WideGraph::setPeriod(int ntrperiod, int nsps) //SetPeriod
|
void WideGraph::setPeriod(int ntrperiod, int nsps) //SetPeriod
|
||||||
{
|
{
|
||||||
m_TRperiod=ntrperiod;
|
m_TRperiod=ntrperiod;
|
||||||
|
@ -29,6 +29,7 @@ public:
|
|||||||
int nStartFreq();
|
int nStartFreq();
|
||||||
int Fmin();
|
int Fmin();
|
||||||
int Fmax();
|
int Fmax();
|
||||||
|
int fSpan();
|
||||||
void saveSettings();
|
void saveSettings();
|
||||||
void setRxRange(int fMin);
|
void setRxRange(int fMin);
|
||||||
void setFsample(int n);
|
void setFsample(int n);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user