$search
00001 00002 // C++ code generated with wxFormBuilder (version Dec 21 2009) 00003 // http://www.wxformbuilder.org/ 00004 // 00005 // PLEASE DO "NOT" EDIT THIS FILE! 00007 00008 #ifndef __interactive_object_detection_ui__ 00009 #define __interactive_object_detection_ui__ 00010 00011 #include <wx/string.h> 00012 #include <wx/checkbox.h> 00013 #include <wx/gdicmn.h> 00014 #include <wx/font.h> 00015 #include <wx/colour.h> 00016 #include <wx/settings.h> 00017 #include <wx/button.h> 00018 #include <wx/sizer.h> 00019 #include <wx/stattext.h> 00020 #include <wx/statline.h> 00021 #include <wx/panel.h> 00022 00024 00025 00029 class InteractiveObjectDetectionFrameBase : public wxPanel 00030 { 00031 private: 00032 00033 protected: 00034 wxCheckBox* interactive_cb_; 00035 00036 wxButton* cancel_button_; 00037 wxButton* reset_button_; 00038 wxButton* seg_button_; 00039 wxStaticText* seg_status_label_; 00040 wxButton* rec_button_; 00041 wxStaticText* rec_status_label_; 00042 wxStaticLine* m_staticline2; 00043 wxButton* det_button_; 00044 wxStaticText* det_status_label_; 00045 wxStaticLine* m_staticline3; 00046 wxStaticText* status_bar_; 00047 00048 00049 // Virtual event handlers, overide them in your derived class 00050 virtual void cancelButtonClicked( wxCommandEvent& event ) { event.Skip(); } 00051 virtual void resetButtonClicked( wxCommandEvent& event ) { event.Skip(); } 00052 virtual void segButtonClicked( wxCommandEvent& event ) { event.Skip(); } 00053 virtual void recButtonClicked( wxCommandEvent& event ) { event.Skip(); } 00054 virtual void detButtonClicked( wxCommandEvent& event ) { event.Skip(); } 00055 00056 00057 public: 00058 00059 InteractiveObjectDetectionFrameBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 375,220 ), long style = wxTAB_TRAVERSAL ); 00060 ~InteractiveObjectDetectionFrameBase(); 00061 00062 }; 00063 00067 class MyPanel2 : public wxPanel 00068 { 00069 private: 00070 00071 protected: 00072 00073 public: 00074 00075 MyPanel2( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,300 ), long style = wxTAB_TRAVERSAL ); 00076 ~MyPanel2(); 00077 00078 }; 00079 00080 #endif //__interactive_object_detection_ui__