Home
last modified time | relevance | path

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

/dports/astro/phd2/phd2-2.6.10/
H A Dscope_ascom.cpp606 pFrame->SuppressableAlert(SyncPulseGuideAlertEnabledKey(), in Guide()
687 …pFrame->SuppressableAlert(PulseGuideFailedAlertEnabledKey(), _("PulseGuide command to mount has fa… in Guide()
695 …pFrame->SuppressableAlert(SlewWarningEnabledKey(), _("Guiding stopped: the scope started slewing."… in Guide()
H A Deegg.cpp169 pFrame->SuppressableAlert(FlipCalEnabledKey(), in OnEEGG()
H A Dmyframe_events.cpp431 …pFrame->SuppressableAlert(RawModeWarningKey(), _("For refining the Bad-pixel Map PHD2 is now displ… in WarnRawImageMode()
965 pFrame->SuppressableAlert(DarksWarningEnabledKey(), in ValidateDarksLoaded()
H A Dscope.cpp654 …pFrame->SuppressableAlert(LimitReachedWarningKey(axis), msg, SuppressLimitReachedWarning, axis, fa… in AlertLimitReached()
659 pFrame->SuppressableAlert(LimitReachedWarningKey(axis), in AlertLimitReached()
668 pFrame->SuppressableAlert(LimitReachedWarningKey(axis), in AlertLimitReached()
H A Dmyframe.h421 …void SuppressableAlert(const wxString& configPropKey, const wxString& msg, alert_fn *dontShowFn, l…
H A Dstepguider.cpp1115 pFrame->SuppressableAlert(SlowBumpWarningEnabledKey(), in MoveOffset()
H A Dmyframe.cpp1288 void MyFrame::SuppressableAlert(const wxString& configPropKey, const wxString& msg, alert_fn *dontS… in SuppressableAlert() function in MyFrame