#include <interactive_manipulation_ui.h>

Public Member Functions | |
| InteractiveManipulationFrameBase (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(325, 256), long style=wxTAB_TRAVERSAL) | |
| ~InteractiveManipulationFrameBase () | |
Protected Member Functions | |
| virtual void | advancedOptionsClicked (wxCommandEvent &event) |
| virtual void | armGoButtonClicked (wxCommandEvent &event) |
| virtual void | cancelButtonClicked (wxCommandEvent &event) |
| virtual void | collisionBoxClicked (wxCommandEvent &event) |
| virtual void | graspButtonClicked (wxCommandEvent &event) |
| virtual void | gripperSliderScrollChanged (wxScrollEvent &event) |
| virtual void | lookButtonClicked (wxCommandEvent &event) |
| virtual void | modelObjectClicked (wxCommandEvent &event) |
| virtual void | placeButtonClicked (wxCommandEvent &event) |
| virtual void | resetButtonClicked (wxCommandEvent &event) |
| virtual void | takeMapButtonClicked (wxCommandEvent &event) |
Protected Attributes | |
| wxButton * | advanced_options_button_ |
| wxChoice * | arm_action_choice_ |
| wxChoice * | arm_choice_ |
| wxButton * | arm_go_button_ |
| wxChoice * | arm_planner_choice_ |
| wxButton * | cancel_button_ |
| wxCheckBox * | collision_box_ |
| wxPanel * | collision_panel_ |
| wxButton * | grasp_button_ |
| wxChoice * | grasp_object_choice_ |
| wxPanel * | grasp_place_panel_ |
| wxSlider * | gripper_slider_ |
| wxButton * | look_button_ |
| wxNotebook * | m_notebook1 |
| wxPanel * | m_panel3 |
| wxStaticText * | m_staticText10 |
| wxStaticText * | m_staticText11 |
| wxStaticText * | m_staticText38 |
| wxStaticText * | m_staticText39 |
| wxStaticText * | m_staticText9 |
| wxButton * | model_object_button_ |
| wxButton * | new_map_button_ |
| wxButton * | place_button_ |
| wxButton * | reset_button_ |
| wxChoice * | reset_choice_ |
| wxStaticText * | status_label_ |
Class InteractiveManipulationFrameBase
Definition at line 77 of file interactive_manipulation_ui.h.
| InteractiveManipulationFrameBase::InteractiveManipulationFrameBase | ( | wxWindow * | parent, | |
| wxWindowID | id = wxID_ANY, |
|||
| const wxPoint & | pos = wxDefaultPosition, |
|||
| const wxSize & | size = wxSize( 325,256 ), |
|||
| long | style = wxTAB_TRAVERSAL | |||
| ) |
Definition at line 123 of file interactive_manipulation_ui.cpp.
| InteractiveManipulationFrameBase::~InteractiveManipulationFrameBase | ( | ) |
Definition at line 306 of file interactive_manipulation_ui.cpp.
| virtual void InteractiveManipulationFrameBase::advancedOptionsClicked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in pr2_interactive_manipulation::InteractiveManipulationFrame, and pr2_interactive_manipulation::InteractiveManipulationFrontend.
Definition at line 114 of file interactive_manipulation_ui.h.
| virtual void InteractiveManipulationFrameBase::armGoButtonClicked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in pr2_interactive_manipulation::InteractiveManipulationFrame, and pr2_interactive_manipulation::InteractiveManipulationFrontend.
Definition at line 119 of file interactive_manipulation_ui.h.
| virtual void InteractiveManipulationFrameBase::cancelButtonClicked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in pr2_interactive_manipulation::InteractiveManipulationFrame, and pr2_interactive_manipulation::InteractiveManipulationFrontend.
Definition at line 122 of file interactive_manipulation_ui.h.
| virtual void InteractiveManipulationFrameBase::collisionBoxClicked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in pr2_interactive_manipulation::InteractiveManipulationFrame.
Definition at line 117 of file interactive_manipulation_ui.h.
| virtual void InteractiveManipulationFrameBase::graspButtonClicked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in pr2_interactive_manipulation::InteractiveManipulationFrame, and pr2_interactive_manipulation::InteractiveManipulationFrontend.
Definition at line 112 of file interactive_manipulation_ui.h.
| virtual void InteractiveManipulationFrameBase::gripperSliderScrollChanged | ( | wxScrollEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in pr2_interactive_manipulation::InteractiveManipulationFrame, and pr2_interactive_manipulation::InteractiveManipulationFrontend.
Definition at line 120 of file interactive_manipulation_ui.h.
| virtual void InteractiveManipulationFrameBase::lookButtonClicked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in pr2_interactive_manipulation::InteractiveManipulationFrame, and pr2_interactive_manipulation::InteractiveManipulationFrontend.
Definition at line 121 of file interactive_manipulation_ui.h.
| virtual void InteractiveManipulationFrameBase::modelObjectClicked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in pr2_interactive_manipulation::InteractiveManipulationFrame, and pr2_interactive_manipulation::InteractiveManipulationFrontend.
Definition at line 118 of file interactive_manipulation_ui.h.
| virtual void InteractiveManipulationFrameBase::placeButtonClicked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in pr2_interactive_manipulation::InteractiveManipulationFrame, and pr2_interactive_manipulation::InteractiveManipulationFrontend.
Definition at line 113 of file interactive_manipulation_ui.h.
| virtual void InteractiveManipulationFrameBase::resetButtonClicked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in pr2_interactive_manipulation::InteractiveManipulationFrame, and pr2_interactive_manipulation::InteractiveManipulationFrontend.
Definition at line 115 of file interactive_manipulation_ui.h.
| virtual void InteractiveManipulationFrameBase::takeMapButtonClicked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in pr2_interactive_manipulation::InteractiveManipulationFrame, and pr2_interactive_manipulation::InteractiveManipulationFrontend.
Definition at line 116 of file interactive_manipulation_ui.h.
wxButton* InteractiveManipulationFrameBase::advanced_options_button_ [protected] |
Definition at line 88 of file interactive_manipulation_ui.h.
wxChoice* InteractiveManipulationFrameBase::arm_action_choice_ [protected] |
Definition at line 97 of file interactive_manipulation_ui.h.
wxChoice* InteractiveManipulationFrameBase::arm_choice_ [protected] |
Definition at line 109 of file interactive_manipulation_ui.h.
wxButton* InteractiveManipulationFrameBase::arm_go_button_ [protected] |
Definition at line 96 of file interactive_manipulation_ui.h.
wxChoice* InteractiveManipulationFrameBase::arm_planner_choice_ [protected] |
Definition at line 98 of file interactive_manipulation_ui.h.
wxButton* InteractiveManipulationFrameBase::cancel_button_ [protected] |
Definition at line 106 of file interactive_manipulation_ui.h.
wxCheckBox* InteractiveManipulationFrameBase::collision_box_ [protected] |
Definition at line 93 of file interactive_manipulation_ui.h.
wxPanel* InteractiveManipulationFrameBase::collision_panel_ [protected] |
Definition at line 89 of file interactive_manipulation_ui.h.
wxButton* InteractiveManipulationFrameBase::grasp_button_ [protected] |
Definition at line 84 of file interactive_manipulation_ui.h.
wxChoice* InteractiveManipulationFrameBase::grasp_object_choice_ [protected] |
Definition at line 86 of file interactive_manipulation_ui.h.
wxPanel* InteractiveManipulationFrameBase::grasp_place_panel_ [protected] |
Definition at line 83 of file interactive_manipulation_ui.h.
wxSlider* InteractiveManipulationFrameBase::gripper_slider_ [protected] |
Definition at line 100 of file interactive_manipulation_ui.h.
wxButton* InteractiveManipulationFrameBase::look_button_ [protected] |
Definition at line 102 of file interactive_manipulation_ui.h.
wxNotebook* InteractiveManipulationFrameBase::m_notebook1 [protected] |
Definition at line 82 of file interactive_manipulation_ui.h.
wxPanel* InteractiveManipulationFrameBase::m_panel3 [protected] |
Definition at line 95 of file interactive_manipulation_ui.h.
wxStaticText* InteractiveManipulationFrameBase::m_staticText10 [protected] |
Definition at line 85 of file interactive_manipulation_ui.h.
wxStaticText* InteractiveManipulationFrameBase::m_staticText11 [protected] |
Definition at line 101 of file interactive_manipulation_ui.h.
wxStaticText* InteractiveManipulationFrameBase::m_staticText38 [protected] |
Definition at line 108 of file interactive_manipulation_ui.h.
wxStaticText* InteractiveManipulationFrameBase::m_staticText39 [protected] |
Definition at line 103 of file interactive_manipulation_ui.h.
wxStaticText* InteractiveManipulationFrameBase::m_staticText9 [protected] |
Definition at line 99 of file interactive_manipulation_ui.h.
wxButton* InteractiveManipulationFrameBase::model_object_button_ [protected] |
Definition at line 94 of file interactive_manipulation_ui.h.
wxButton* InteractiveManipulationFrameBase::new_map_button_ [protected] |
Definition at line 92 of file interactive_manipulation_ui.h.
wxButton* InteractiveManipulationFrameBase::place_button_ [protected] |
Definition at line 87 of file interactive_manipulation_ui.h.
wxButton* InteractiveManipulationFrameBase::reset_button_ [protected] |
Definition at line 90 of file interactive_manipulation_ui.h.
wxChoice* InteractiveManipulationFrameBase::reset_choice_ [protected] |
Definition at line 91 of file interactive_manipulation_ui.h.
wxStaticText* InteractiveManipulationFrameBase::status_label_ [protected] |
Definition at line 104 of file interactive_manipulation_ui.h.