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/statline.h> 00021 #include <wx/checkbox.h> 00022 #include <wx/slider.h> 00023 #include <wx/frame.h> 00024 00026 00027 00031 class ObjectSegmentationFrame : public wxFrame 00032 { 00033 private: 00034 00035 protected: 00036 wxPanel* m_panel; 00037 wxStaticText* bottom_label_; 00038 wxButton* accept_button_; 00039 wxButton* cancel_button_; 00040 00041 wxButton* segment_button_; 00042 wxButton* reset_button_; 00043 wxButton* restart_button_; 00044 wxStaticLine* m_staticline2; 00045 wxCheckBox* with_surface_; 00046 wxStaticLine* m_staticline21; 00047 wxCheckBox* with_disparity_; 00048 wxStaticLine* m_staticline4; 00049 wxCheckBox* with_color_; 00050 wxCheckBox* with_holes_; 00051 wxCheckBox* uniform_; 00052 wxStaticLine* m_staticline5; 00053 wxStaticText* grad_weight_label_; 00054 wxSlider* grad_weight_slider_; 00055 00056 // Virtual event handlers, overide them in your derived class 00057 virtual void acceptButtonClicked( wxCommandEvent& event ) { event.Skip(); } 00058 virtual void cancelButtonClicked( wxCommandEvent& event ) { event.Skip(); } 00059 virtual void segmentButtonClicked( wxCommandEvent& event ) { event.Skip(); } 00060 virtual void resetButtonClicked( wxCommandEvent& event ) { event.Skip(); } 00061 virtual void restartButtonClicked( wxCommandEvent& event ) { event.Skip(); } 00062 virtual void withSurfaceChecked( wxCommandEvent& event ) { event.Skip(); } 00063 virtual void withDisparityChecked( wxCommandEvent& event ) { event.Skip(); } 00064 virtual void withColorChecked( wxCommandEvent& event ) { event.Skip(); } 00065 virtual void withHolesChecked( wxCommandEvent& event ) { event.Skip(); } 00066 virtual void uniformChecked( wxCommandEvent& event ) { event.Skip(); } 00067 virtual void gradWeightChanged( wxScrollEvent& event ) { event.Skip(); } 00068 00069 00070 public: 00071 00072 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") ); 00073 ~ObjectSegmentationFrame(); 00074 00075 }; 00076 00077 #endif //__object_segmentation_frame__