29 #include <wx/datetime.h>
44 WX_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;
89 wxChoice *m_choiceTimezone;
105 int m_stationOffset_mins;
108 int m_t_graphday_GMT;
109 wxDateTime m_graphday;
134 DECLARE_EVENT_TABLE()