#include <object_segmentation_frame.h>
Public Member Functions | |
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")) | |
~ObjectSegmentationFrame () | |
Protected Member Functions | |
virtual void | acceptButtonClicked (wxCommandEvent &event) |
virtual void | cancelButtonClicked (wxCommandEvent &event) |
virtual void | gradWeightChanged (wxScrollEvent &event) |
virtual void | resetButtonClicked (wxCommandEvent &event) |
virtual void | restartButtonClicked (wxCommandEvent &event) |
virtual void | segmentButtonClicked (wxCommandEvent &event) |
virtual void | uniformChecked (wxCommandEvent &event) |
virtual void | withColorChecked (wxCommandEvent &event) |
virtual void | withDisparityChecked (wxCommandEvent &event) |
virtual void | withHolesChecked (wxCommandEvent &event) |
virtual void | withSurfaceChecked (wxCommandEvent &event) |
Protected Attributes | |
wxButton * | accept_button_ |
wxStaticText * | bottom_label_ |
wxButton * | cancel_button_ |
wxStaticText * | grad_weight_label_ |
wxSlider * | grad_weight_slider_ |
wxPanel * | m_panel |
wxStaticLine * | m_staticline2 |
wxStaticLine * | m_staticline21 |
wxStaticLine * | m_staticline4 |
wxStaticLine * | m_staticline5 |
wxButton * | reset_button_ |
wxButton * | restart_button_ |
wxButton * | segment_button_ |
wxCheckBox * | uniform_ |
wxCheckBox * | with_color_ |
wxCheckBox * | with_disparity_ |
wxCheckBox * | with_holes_ |
wxCheckBox * | with_surface_ |
Class ObjectSegmentationFrame
Definition at line 31 of file object_segmentation_frame.h.
ObjectSegmentationFrame::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") | |||
) |
Definition at line 12 of file object_segmentation_frame.cpp.
ObjectSegmentationFrame::~ObjectSegmentationFrame | ( | ) |
Definition at line 115 of file object_segmentation_frame.cpp.
virtual void ObjectSegmentationFrame::acceptButtonClicked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in object_segmentation_gui::ObjectSegmentationRvizUI.
Definition at line 57 of file object_segmentation_frame.h.
virtual void ObjectSegmentationFrame::cancelButtonClicked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in object_segmentation_gui::ObjectSegmentationRvizUI.
Definition at line 58 of file object_segmentation_frame.h.
virtual void ObjectSegmentationFrame::gradWeightChanged | ( | wxScrollEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in object_segmentation_gui::ObjectSegmentationRvizUI.
Definition at line 67 of file object_segmentation_frame.h.
virtual void ObjectSegmentationFrame::resetButtonClicked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in object_segmentation_gui::ObjectSegmentationRvizUI.
Definition at line 60 of file object_segmentation_frame.h.
virtual void ObjectSegmentationFrame::restartButtonClicked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in object_segmentation_gui::ObjectSegmentationRvizUI.
Definition at line 61 of file object_segmentation_frame.h.
virtual void ObjectSegmentationFrame::segmentButtonClicked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in object_segmentation_gui::ObjectSegmentationRvizUI.
Definition at line 59 of file object_segmentation_frame.h.
virtual void ObjectSegmentationFrame::uniformChecked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in object_segmentation_gui::ObjectSegmentationRvizUI.
Definition at line 66 of file object_segmentation_frame.h.
virtual void ObjectSegmentationFrame::withColorChecked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in object_segmentation_gui::ObjectSegmentationRvizUI.
Definition at line 64 of file object_segmentation_frame.h.
virtual void ObjectSegmentationFrame::withDisparityChecked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in object_segmentation_gui::ObjectSegmentationRvizUI.
Definition at line 63 of file object_segmentation_frame.h.
virtual void ObjectSegmentationFrame::withHolesChecked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in object_segmentation_gui::ObjectSegmentationRvizUI.
Definition at line 65 of file object_segmentation_frame.h.
virtual void ObjectSegmentationFrame::withSurfaceChecked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in object_segmentation_gui::ObjectSegmentationRvizUI.
Definition at line 62 of file object_segmentation_frame.h.
wxButton* ObjectSegmentationFrame::accept_button_ [protected] |
Definition at line 38 of file object_segmentation_frame.h.
wxStaticText* ObjectSegmentationFrame::bottom_label_ [protected] |
Definition at line 37 of file object_segmentation_frame.h.
wxButton* ObjectSegmentationFrame::cancel_button_ [protected] |
Definition at line 39 of file object_segmentation_frame.h.
wxStaticText* ObjectSegmentationFrame::grad_weight_label_ [protected] |
Definition at line 53 of file object_segmentation_frame.h.
wxSlider* ObjectSegmentationFrame::grad_weight_slider_ [protected] |
Definition at line 54 of file object_segmentation_frame.h.
wxPanel* ObjectSegmentationFrame::m_panel [protected] |
Definition at line 36 of file object_segmentation_frame.h.
wxStaticLine* ObjectSegmentationFrame::m_staticline2 [protected] |
Definition at line 44 of file object_segmentation_frame.h.
wxStaticLine* ObjectSegmentationFrame::m_staticline21 [protected] |
Definition at line 46 of file object_segmentation_frame.h.
wxStaticLine* ObjectSegmentationFrame::m_staticline4 [protected] |
Definition at line 48 of file object_segmentation_frame.h.
wxStaticLine* ObjectSegmentationFrame::m_staticline5 [protected] |
Definition at line 52 of file object_segmentation_frame.h.
wxButton* ObjectSegmentationFrame::reset_button_ [protected] |
Definition at line 42 of file object_segmentation_frame.h.
wxButton* ObjectSegmentationFrame::restart_button_ [protected] |
Definition at line 43 of file object_segmentation_frame.h.
wxButton* ObjectSegmentationFrame::segment_button_ [protected] |
Definition at line 41 of file object_segmentation_frame.h.
wxCheckBox* ObjectSegmentationFrame::uniform_ [protected] |
Definition at line 51 of file object_segmentation_frame.h.
wxCheckBox* ObjectSegmentationFrame::with_color_ [protected] |
Definition at line 49 of file object_segmentation_frame.h.
wxCheckBox* ObjectSegmentationFrame::with_disparity_ [protected] |
Definition at line 47 of file object_segmentation_frame.h.
wxCheckBox* ObjectSegmentationFrame::with_holes_ [protected] |
Definition at line 50 of file object_segmentation_frame.h.
wxCheckBox* ObjectSegmentationFrame::with_surface_ [protected] |
Definition at line 45 of file object_segmentation_frame.h.