Home
last modified time | relevance | path

Searched refs:spinCoefCount (Results 1 – 3 of 3) sorted by relevance

/dports/comms/limesuite/LimeSuite-20.10.0/src/lms7002_wxgui/
H A Dlms7002_dlgGFIR_Coefficients.cpp40 spinCoefCount->SetValue(iVal); in OnLoadFromFile()
43 gridCoef->GetTable()->AppendRows(spinCoefCount->GetValue()); in OnLoadFromFile()
58 for (int i = 0; i<spinCoefCount->GetValue(); ++i) in OnSaveToFile()
71 gridCoef->GetTable()->AppendRows(spinCoefCount->GetValue()); in OnClearTable()
72 for (int i = 0; i<spinCoefCount->GetValue(); ++i) in OnClearTable()
80 if (spinCoefCount->GetValue() < gridCoef->GetTable()->GetRowsCount()) in OnspinCoefCountChange()
81 …gridCoef->GetTable()->DeleteRows(spinCoefCount->GetValue(), gridCoef->GetTable()->GetRowsCount() -… in OnspinCoefCountChange()
83 …gridCoef->GetTable()->AppendRows(spinCoefCount->GetValue() - gridCoef->GetTable()->GetRowsCount()); in OnspinCoefCountChange()
88 spinCoefCount->SetValue(coefficients.size()); in SetCoefficients()
99 coefficients.resize(spinCoefCount->GetValue(), 0); in GetCoefficients()
[all …]
H A Dlms7002_wxgui.h2250 wxSpinCtrl* spinCoefCount; variable
H A Dlms7002_wxgui.cpp9911spinCoefCount = new wxSpinCtrl( this, wxID_ANY, wxT("40"), wxDefaultPosition, wxSize( 64,-1 ), wxS… in dlgGFIR_Coefficients()
9912 fgSizer237->Add( spinCoefCount, 1, wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL, 5 ); in dlgGFIR_Coefficients()
9980spinCoefCount->Connect( wxEVT_COMMAND_SPINCTRL_UPDATED, wxSpinEventHandler( dlgGFIR_Coefficients::… in dlgGFIR_Coefficients()
9991spinCoefCount->Disconnect( wxEVT_COMMAND_SPINCTRL_UPDATED, wxSpinEventHandler( dlgGFIR_Coefficient… in ~dlgGFIR_Coefficients()