SourceCode/Bond/Servo/AlarmPopupDlg.h
@@ -43,11 +43,17 @@ afx_msg void OnDestroy(); afx_msg void OnBnClickedClose(); afx_msg void OnBnClickedAlarmOff(); afx_msg void OnBnClickedPrev(); afx_msg void OnBnClickedNext(); private: bool m_hasActive; AlarmData m_activeAlarm; std::vector<AlarmData> m_activeAlarms; int m_activeIndex = 0; void SetButtonBackgroundColors(bool bMute); void ShowNoAlarmControls(bool bShow); void ShowAlarmControls(bool bShow); void UpdateNavButtons(); void DisplayActiveAt(int idx); };