about summary refs log tree commit diff stats
path: root/vendor/whereami/LICENSE.MIT
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/whereami/LICENSE.MIT')
0 files changed, 0 insertions, 0 deletions
overing over area' href='/lingo-ap-tracker/commit/area_popup.h?h=v0.12.3&id=22014b967d0d9651b72bffbe02aba75dc98180a4'>22014b9 ^
09d67fb ^


22014b9 ^


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








                             

                          



                                           

                          

               


                                             


                                                        
#ifndef AREA_POPUP_H_03FAC988
#define AREA_POPUP_H_03FAC988

#include <wx/wxprec.h>

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

#include "eye_indicator.h"

class AreaPopup : public wxPanel {
 public:
  AreaPopup(wxWindow* parent, int area_id);

  void UpdateIndicators();

 private:
  int area_id_;

  std::vector<wxStaticText*> section_labels_;
  std::vector<EyeIndicator*> eye_indicators_;
};

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