#include <object_selection_ui.h>
Public Member Functions | |
ObjectSelectionFrameBase (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=wxT("Object Selection"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(656, 581), long style=wxCAPTION|wxFRAME_FLOAT_ON_PARENT|wxMINIMIZE_BOX|wxTAB_TRAVERSAL, const wxString &name=wxT("GripperClickWindow")) | |
~ObjectSelectionFrameBase () | |
Protected Member Functions | |
virtual void | acceptButtonClicked (wxCommandEvent &event) |
virtual void | cancelButtonClicked (wxCommandEvent &event) |
Protected Attributes | |
wxButton * | accept_button_ |
wxStaticText * | bottom_label_ |
wxButton * | cancel_button_ |
wxPanel * | panel_ |
Class ObjectSelectionFrameBase
Definition at line 28 of file object_selection_ui.h.
ObjectSelectionFrameBase::ObjectSelectionFrameBase | ( | wxWindow * | parent, | |
wxWindowID | id = wxID_ANY , |
|||
const wxString & | title = wxT("Object Selection") , |
|||
const wxPoint & | pos = wxDefaultPosition , |
|||
const wxSize & | size = wxSize( 656,581 ) , |
|||
long | style = wxCAPTION|wxFRAME_FLOAT_ON_PARENT|wxMINIMIZE_BOX|wxTAB_TRAVERSAL , |
|||
const wxString & | name = wxT("GripperClickWindow") | |||
) |
Definition at line 12 of file object_selection_ui.cpp.
ObjectSelectionFrameBase::~ObjectSelectionFrameBase | ( | ) |
Definition at line 59 of file object_selection_ui.cpp.
virtual void ObjectSelectionFrameBase::acceptButtonClicked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in pr2_interactive_manipulation::ObjectSelectionFrame.
Definition at line 40 of file object_selection_ui.h.
virtual void ObjectSelectionFrameBase::cancelButtonClicked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in pr2_interactive_manipulation::ObjectSelectionFrame.
Definition at line 41 of file object_selection_ui.h.
wxButton* ObjectSelectionFrameBase::accept_button_ [protected] |
Definition at line 35 of file object_selection_ui.h.
wxStaticText* ObjectSelectionFrameBase::bottom_label_ [protected] |
Definition at line 34 of file object_selection_ui.h.
wxButton* ObjectSelectionFrameBase::cancel_button_ [protected] |
Definition at line 36 of file object_selection_ui.h.
wxPanel* ObjectSelectionFrameBase::panel_ [protected] |
Definition at line 33 of file object_selection_ui.h.