$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 __object_segmentation_frame__ 00009 #define __object_segmentation_frame__ 00010 00011 #include <wx/panel.h> 00012 #include <wx/gdicmn.h> 00013 #include <wx/font.h> 00014 #include <wx/colour.h> 00015 #include <wx/settings.h> 00016 #include <wx/string.h> 00017 #include <wx/sizer.h> 00018 #include <wx/stattext.h> 00019 #include <wx/button.h> 00020 #include <wx/frame.h> 00021 00023 00024 00028 class ObjectSegmentationFrame : public wxFrame 00029 { 00030 private: 00031 00032 protected: 00033 wxPanel* m_panel; 00034 wxStaticText* bottom_label_; 00035 wxButton* accept_button_; 00036 wxButton* cancel_button_; 00037 00038 wxButton* segment_button_; 00039 wxButton* reset_button_; 00040 00041 // Virtual event handlers, overide them in your derived class 00042 virtual void acceptButtonClicked( wxCommandEvent& event ) { event.Skip(); } 00043 virtual void cancelButtonClicked( wxCommandEvent& event ) { event.Skip(); } 00044 virtual void segmentButtonClicked( wxCommandEvent& event ) { event.Skip(); } 00045 virtual void resetButtonClicked( wxCommandEvent& event ) { event.Skip(); } 00046 00047 00048 public: 00049 00050 ObjectSegmentationFrame( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Object Segmentation"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 700,700 ), long style = wxCAPTION|wxFRAME_FLOAT_ON_PARENT|wxMINIMIZE_BOX|wxTAB_TRAVERSAL, const wxString& name = wxT("ObjectSegmentationWindow") ); 00051 ~ObjectSegmentationFrame(); 00052 00053 }; 00054 00055 #endif //__object_segmentation_frame__