From 149e7c0836927e14a926a952bd1a7f0d1b49e779 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 5 May 2023 15:46:58 -0400 Subject: Organised repo --- tracker_panel.h | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 tracker_panel.h (limited to 'tracker_panel.h') diff --git a/tracker_panel.h b/tracker_panel.h deleted file mode 100644 index a871f90..0000000 --- a/tracker_panel.h +++ /dev/null @@ -1,39 +0,0 @@ -#ifndef TRACKER_PANEL_H_D675A54D -#define TRACKER_PANEL_H_D675A54D - -#include - -#ifndef WX_PRECOMP -#include -#endif - -class AreaPopup; - -class TrackerPanel : public wxPanel { - public: - TrackerPanel(wxWindow *parent); - - void UpdateIndicators(); - - private: - struct AreaIndicator { - int area_id = -1; - AreaPopup *popup = nullptr; - int real_x1 = 0; - int real_y1 = 0; - int real_x2 = 0; - int real_y2 = 0; - }; - - void OnPaint(wxPaintEvent &event); - void OnMouseMove(wxMouseEvent &event); - - void Redraw(); - - wxImage map_image_; - wxBitmap rendered_; - - std::vector areas_; -}; - -#endif /* end of include guard: TRACKER_PANEL_H_D675A54D */ -- cgit 1.4.1