1 #ifndef PlaneDirectionViewerPanel_H_
2 #define PlaneDirectionViewerPanel_H_
5 #include "PlaneDirectionManagerData.h"
7 class PlaneDirectionViewerPanel : public wxPanel {
10 PlaneDirectionViewerPanel(wxWindow* parent, PlaneDirectionManagerData* data, int index);
11 ~PlaneDirectionViewerPanel();
13 void onCheckBoxChange(wxCommandEvent& event);
15 void onColorChange(wxCommandEvent& event);
21 wxBitmapButton* _colorchoose;
24 #endif /*PlaneDirectionViewerPanel_H_*/