#include <interactive_object_detection_ui.h>
Public Member Functions | |
InteractiveObjectDetectionFrameBase (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(300, 260), long style=wxTAB_TRAVERSAL) | |
~InteractiveObjectDetectionFrameBase () | |
Protected Member Functions | |
virtual void | cancelButtonClicked (wxCommandEvent &event) |
virtual void | detButtonClicked (wxCommandEvent &event) |
virtual void | recButtonClicked (wxCommandEvent &event) |
virtual void | segButtonClicked (wxCommandEvent &event) |
Protected Attributes | |
wxButton * | cancel_button_ |
wxButton * | det_button_ |
wxCheckBox * | det_interactive_cb_ |
wxStaticText * | det_status_label_ |
wxStaticLine * | m_staticline2 |
wxStaticLine * | m_staticline3 |
wxButton * | rec_button_ |
wxCheckBox * | rec_interactive_cb_ |
wxStaticText * | rec_status_label_ |
wxButton * | seg_button_ |
wxCheckBox * | seg_interactive_cb_ |
wxStaticText * | seg_status_label_ |
wxStaticText * | status_bar_ |
wxStaticText * | t1 |
wxStaticText * | t11 |
wxStaticText * | t111 |
Class InteractiveObjectDetectionFrameBase
Definition at line 29 of file interactive_object_detection_ui.h.
InteractiveObjectDetectionFrameBase::InteractiveObjectDetectionFrameBase | ( | wxWindow * | parent, | |
wxWindowID | id = wxID_ANY , |
|||
const wxPoint & | pos = wxDefaultPosition , |
|||
const wxSize & | size = wxSize( 300,260 ) , |
|||
long | style = wxTAB_TRAVERSAL | |||
) |
Definition at line 12 of file interactive_object_detection_ui.cpp.
InteractiveObjectDetectionFrameBase::~InteractiveObjectDetectionFrameBase | ( | ) |
Definition at line 128 of file interactive_object_detection_ui.cpp.
virtual void InteractiveObjectDetectionFrameBase::cancelButtonClicked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in pr2_interactive_object_detection::InteractiveObjectDetectionFrame.
Definition at line 56 of file interactive_object_detection_ui.h.
virtual void InteractiveObjectDetectionFrameBase::detButtonClicked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in pr2_interactive_object_detection::InteractiveObjectDetectionFrame.
Definition at line 55 of file interactive_object_detection_ui.h.
virtual void InteractiveObjectDetectionFrameBase::recButtonClicked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in pr2_interactive_object_detection::InteractiveObjectDetectionFrame.
Definition at line 54 of file interactive_object_detection_ui.h.
virtual void InteractiveObjectDetectionFrameBase::segButtonClicked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in pr2_interactive_object_detection::InteractiveObjectDetectionFrame.
Definition at line 53 of file interactive_object_detection_ui.h.
wxButton* InteractiveObjectDetectionFrameBase::cancel_button_ [protected] |
Definition at line 48 of file interactive_object_detection_ui.h.
wxButton* InteractiveObjectDetectionFrameBase::det_button_ [protected] |
Definition at line 43 of file interactive_object_detection_ui.h.
wxCheckBox* InteractiveObjectDetectionFrameBase::det_interactive_cb_ [protected] |
Definition at line 44 of file interactive_object_detection_ui.h.
wxStaticText* InteractiveObjectDetectionFrameBase::det_status_label_ [protected] |
Definition at line 46 of file interactive_object_detection_ui.h.
wxStaticLine* InteractiveObjectDetectionFrameBase::m_staticline2 [protected] |
Definition at line 42 of file interactive_object_detection_ui.h.
wxStaticLine* InteractiveObjectDetectionFrameBase::m_staticline3 [protected] |
Definition at line 47 of file interactive_object_detection_ui.h.
wxButton* InteractiveObjectDetectionFrameBase::rec_button_ [protected] |
Definition at line 38 of file interactive_object_detection_ui.h.
wxCheckBox* InteractiveObjectDetectionFrameBase::rec_interactive_cb_ [protected] |
Definition at line 39 of file interactive_object_detection_ui.h.
wxStaticText* InteractiveObjectDetectionFrameBase::rec_status_label_ [protected] |
Definition at line 41 of file interactive_object_detection_ui.h.
wxButton* InteractiveObjectDetectionFrameBase::seg_button_ [protected] |
Definition at line 34 of file interactive_object_detection_ui.h.
wxCheckBox* InteractiveObjectDetectionFrameBase::seg_interactive_cb_ [protected] |
Definition at line 35 of file interactive_object_detection_ui.h.
wxStaticText* InteractiveObjectDetectionFrameBase::seg_status_label_ [protected] |
Definition at line 37 of file interactive_object_detection_ui.h.
wxStaticText* InteractiveObjectDetectionFrameBase::status_bar_ [protected] |
Definition at line 49 of file interactive_object_detection_ui.h.
wxStaticText* InteractiveObjectDetectionFrameBase::t1 [protected] |
Definition at line 36 of file interactive_object_detection_ui.h.
wxStaticText* InteractiveObjectDetectionFrameBase::t11 [protected] |
Definition at line 40 of file interactive_object_detection_ui.h.
wxStaticText* InteractiveObjectDetectionFrameBase::t111 [protected] |
Definition at line 45 of file interactive_object_detection_ui.h.