diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-05-05 15:46:58 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-05-05 15:46:58 -0400 |
commit | 149e7c0836927e14a926a952bd1a7f0d1b49e779 (patch) | |
tree | 2c7ac89387eb890d3d345217b79929e9a23f4ecf /area_popup.h | |
parent | 0dace7831673170bd31eefa6bbe6e705211d3061 (diff) | |
download | lingo-ap-tracker-149e7c0836927e14a926a952bd1a7f0d1b49e779.tar.gz lingo-ap-tracker-149e7c0836927e14a926a952bd1a7f0d1b49e779.tar.bz2 lingo-ap-tracker-149e7c0836927e14a926a952bd1a7f0d1b49e779.zip |
Organised repo
Diffstat (limited to 'area_popup.h')
-rw-r--r-- | area_popup.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/area_popup.h b/area_popup.h deleted file mode 100644 index b602b63..0000000 --- a/area_popup.h +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | #ifndef AREA_POPUP_H_03FAC988 | ||
2 | #define AREA_POPUP_H_03FAC988 | ||
3 | |||
4 | #include <wx/wxprec.h> | ||
5 | |||
6 | #ifndef WX_PRECOMP | ||
7 | #include <wx/wx.h> | ||
8 | #endif | ||
9 | |||
10 | #include "eye_indicator.h" | ||
11 | |||
12 | class AreaPopup : public wxPanel { | ||
13 | public: | ||
14 | AreaPopup(wxWindow* parent, int area_id); | ||
15 | |||
16 | void UpdateIndicators(); | ||
17 | |||
18 | private: | ||
19 | int area_id_; | ||
20 | |||
21 | std::vector<wxStaticText*> section_labels_; | ||
22 | std::vector<EyeIndicator*> eye_indicators_; | ||
23 | }; | ||
24 | |||
25 | #endif /* end of include guard: AREA_POPUP_H_03FAC988 */ | ||