-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRTC4RlaysFBMain.h
40 lines (35 loc) · 1.44 KB
/
RTC4RlaysFBMain.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/***************************************************************
* Name: RTC4RlaysFBMain.h
* Purpose: Defines Application Frame
* Author: Alfonso Abelenda Escudero ([email protected])
* Created: 2018-06-07
* Copyright: Alfonso Abelenda Escudero (https://chafalladas.com)
* License:
**************************************************************/
#ifndef RTC4RLAYSFBMAIN_H
#define RTC4RLAYSFBMAIN_H
#include "RTC4RlaysFBApp.h"
#include "GUIDialog.h"
class RTC4RlaysFBDialog: public GUIDialog
{
public:
RTC4RlaysFBDialog(wxDialog *dlg);
~RTC4RlaysFBDialog();
private:
virtual void OnClose(wxCloseEvent& event);
virtual void onInitFBMain(wxInitDialogEvent& event);
virtual void OnQuit(wxCommandEvent& event);
virtual void OnAbout(wxCommandEvent& event);
virtual void onHalfSec( wxTimerEvent& event );
virtual void OnToogleCon( wxCommandEvent& event );
virtual void onBtnSync( wxCommandEvent& event );
virtual void onAceptRTC( wxCommandEvent& event );
virtual void commandTimerAct( wxTimerEvent& event );
virtual void GetAlarms( wxCommandEvent& event );
virtual void rescanPorts( wxCommandEvent& event );
virtual void btnSetAlarms( wxCommandEvent& event );
virtual void helWanted( wxCommandEvent& event );
virtual void checkVerb( wxCommandEvent& event );
virtual void checkSleep( wxCommandEvent& event );
};
#endif // RTC4RLAYSFBMAIN_H