about summary refs log tree commit diff stats
path: root/vendor/quadtree/Box.h
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/quadtree/Box.h')
0 files changed, 0 insertions, 0 deletions
31898b0fef9f81e82ad5d5f38d2c627a0c10e56'>531898b ^
9798316 ^

531898b ^
9798316 ^





9f25878 ^

9798316 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27








                                

                        
                                     
        

                                 
         





                                    

                                          


                                                           
#ifndef TRACKER_PANEL_H_D675A54D
#define TRACKER_PANEL_H_D675A54D

#include <wx/wxprec.h>

#ifndef WX_PRECOMP
#include <wx/wx.h>
#endif

#include "area_window.h"

class TrackerPanel : public wxPanel {
 public:
  TrackerPanel(wxWindow *parent);

 private:
  void OnPaint(wxPaintEvent &event);

  void Redraw();

  wxImage map_image_;
  wxBitmap rendered_;

  std::vector<AreaWindow *> area_windows_;
};

#endif /* end of include guard: TRACKER_PANEL_H_D675A54D */