29#include <wx/datetime.h>
44WX_DECLARE_LIST(wxPoint, SplineList);
51 void OnSize(wxSizeEvent &event);
52 void OnPaint(wxPaintEvent &event);
53 void MouseEvent(wxMouseEvent &event);
54 void OnTCWinPopupTimerEvent(wxTimerEvent &event);
55 void OKEvent(wxCommandEvent &event);
56 void NXEvent(wxCommandEvent &event);
57 void PREvent(wxCommandEvent &event);
58 void OnCloseWindow(wxCloseEvent &event);
59 void TimezoneOnChoice(wxCommandEvent &event);
61 void RePosition(
void);
63 void RecalculateSize();
64 void SetTimeFactors();
67 wxTextCtrl *m_ptextctrl;
68 wxTimer m_TCWinPopupTimer;
88 wxChoice *m_choiceTimezone;
104 int m_stationOffset_mins;
107 int m_t_graphday_GMT;
108 wxDateTime m_graphday;
131 DECLARE_EVENT_TABLE()