Home
last modified time | relevance | path

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

/dports/astro/phd2/phd2-2.6.10/
H A Dtestguide.cpp129 raOnlyCheckBox->SetValue(pFrame->GetDitherRaOnly()); in wxBEGIN_EVENT_TABLE()
244 raOnlyCheckBox->SetValue(pFrame->GetDitherRaOnly()); in OnAppStateNotify()
H A Dmyframe.h347 bool GetDitherRaOnly() const;
732 inline bool MyFrame::GetDitherRaOnly() const in GetDitherRaOnly() function
H A Dphdcontrol.cpp152 bool raOnly = pFrame->GetDitherRaOnly(); in Dither()
H A Dmyframe_events.cpp1144 if ((dgm == DEC_NORTH || dgm == DEC_SOUTH) && !pFrame->GetDitherRaOnly()) in CheckDecGuideModeAlert()
H A Dmyframe.cpp3132 m_ditherRaOnly->SetValue(m_pFrame->GetDitherRaOnly()); in LoadValues()