Home
last modified time | relevance | path

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

/dports/astro/phd2/phd2-2.6.10/
H A Daui_controls.cpp178 wxStaticText *txtSNRValue; member in SBStarIndicators
390txtSNRValue = new wxStaticText(panel, wxID_ANY, wxEmptyString, wxDefaultPosition, wxSize(snrValueW… in SBStarIndicators()
394 txtSNRValue->SetBackgroundColour(*wxBLACK); in SBStarIndicators()
395 txtSNRValue->SetForegroundColour(*wxGREEN); in SBStarIndicators()
411 txtSNRValue->SetPosition(wxPoint(snrPos.x + 3 + snrLabelWidth + 6, snrPos.y)); in PositionControls()
419 txtSNRValue->SetForegroundColour(*wxGREEN); in UpdateState()
423 txtSNRValue->SetForegroundColour(*wxYELLOW); in UpdateState()
425 txtSNRValue->SetForegroundColour(*wxRED); in UpdateState()
428 txtSNRValue->SetLabelText(wxString::Format("%3.1f", SNR)); in UpdateState()
430 m_parentPanel->ShowControl(txtSNRValue, true); in UpdateState()
[all …]