$search
#include <interactive_object_detection_ui.h>
Public Member Functions | |
InteractiveObjectDetectionFrameBase (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(375, 220), 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 | resetButtonClicked (wxCommandEvent &event) |
virtual void | segButtonClicked (wxCommandEvent &event) |
Protected Attributes | |
wxButton * | cancel_button_ |
wxButton * | det_button_ |
wxStaticText * | det_status_label_ |
wxCheckBox * | interactive_cb_ |
wxStaticLine * | m_staticline2 |
wxStaticLine * | m_staticline3 |
wxButton * | rec_button_ |
wxStaticText * | rec_status_label_ |
wxButton * | reset_button_ |
wxButton * | seg_button_ |
wxStaticText * | seg_status_label_ |
wxStaticText * | status_bar_ |
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( 375,220 ) , |
|||
long | style = wxTAB_TRAVERSAL | |||
) |
Definition at line 12 of file interactive_object_detection_ui.cpp.
InteractiveObjectDetectionFrameBase::~InteractiveObjectDetectionFrameBase | ( | ) |
Definition at line 107 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 50 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 54 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 53 of file interactive_object_detection_ui.h.
virtual void InteractiveObjectDetectionFrameBase::resetButtonClicked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in pr2_interactive_object_detection::InteractiveObjectDetectionFrame.
Definition at line 51 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 52 of file interactive_object_detection_ui.h.
wxButton* InteractiveObjectDetectionFrameBase::cancel_button_ [protected] |
Definition at line 36 of file interactive_object_detection_ui.h.
wxButton* InteractiveObjectDetectionFrameBase::det_button_ [protected] |
Definition at line 43 of file interactive_object_detection_ui.h.
wxStaticText* InteractiveObjectDetectionFrameBase::det_status_label_ [protected] |
Definition at line 44 of file interactive_object_detection_ui.h.
wxCheckBox* InteractiveObjectDetectionFrameBase::interactive_cb_ [protected] |
Definition at line 34 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 45 of file interactive_object_detection_ui.h.
wxButton* InteractiveObjectDetectionFrameBase::rec_button_ [protected] |
Definition at line 40 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::reset_button_ [protected] |
Definition at line 37 of file interactive_object_detection_ui.h.
wxButton* InteractiveObjectDetectionFrameBase::seg_button_ [protected] |
Definition at line 38 of file interactive_object_detection_ui.h.
wxStaticText* InteractiveObjectDetectionFrameBase::seg_status_label_ [protected] |
Definition at line 39 of file interactive_object_detection_ui.h.
wxStaticText* InteractiveObjectDetectionFrameBase::status_bar_ [protected] |
Definition at line 46 of file interactive_object_detection_ui.h.