diff options
Diffstat (limited to 'tracker_frame.h')
-rw-r--r-- | tracker_frame.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tracker_frame.h b/tracker_frame.h index 10dfc9d..082c12c 100644 --- a/tracker_frame.h +++ b/tracker_frame.h | |||
@@ -7,16 +7,22 @@ | |||
7 | #include <wx/wx.h> | 7 | #include <wx/wx.h> |
8 | #endif | 8 | #endif |
9 | 9 | ||
10 | class TrackerPanel; | ||
11 | |||
10 | class TrackerFrame : public wxFrame { | 12 | class TrackerFrame : public wxFrame { |
11 | public: | 13 | public: |
12 | TrackerFrame(); | 14 | TrackerFrame(); |
13 | 15 | ||
14 | void SetStatusMessage(std::string message); | 16 | void SetStatusMessage(std::string message); |
15 | 17 | ||
18 | void UpdateIndicators(); | ||
19 | |||
16 | private: | 20 | private: |
17 | void OnExit(wxCommandEvent &event); | 21 | void OnExit(wxCommandEvent &event); |
18 | void OnAbout(wxCommandEvent &event); | 22 | void OnAbout(wxCommandEvent &event); |
19 | void OnConnect(wxCommandEvent &event); | 23 | void OnConnect(wxCommandEvent &event); |
24 | |||
25 | TrackerPanel *tracker_panel_; | ||
20 | }; | 26 | }; |
21 | 27 | ||
22 | #endif /* end of include guard: TRACKER_FRAME_H_86BD8DFB */ | 28 | #endif /* end of include guard: TRACKER_FRAME_H_86BD8DFB */ |