$search
#include <ros_topic_property.h>
Public Member Functions | |
virtual wxPGEditorDialogAdapter * | GetEditorDialog () const |
virtual void | OnSetValue () |
ROSTopicProperty (const std::string &message_type, const wxString &label, const wxString &name=wxPG_LABEL, const wxString &value=wxEmptyString) | |
void | setMessageType (const std::string &message_type) |
Protected Member Functions | |
void | checkForEmptyValue () |
ROSTopicProperty () | |
Protected Attributes | |
std::string | message_type_ |
Definition at line 75 of file ros_topic_property.h.
rviz::ROSTopicProperty::ROSTopicProperty | ( | const std::string & | message_type, | |
const wxString & | label, | |||
const wxString & | name = wxPG_LABEL , |
|||
const wxString & | value = wxEmptyString | |||
) |
Definition at line 64 of file ros_topic_property.cpp.
rviz::ROSTopicProperty::ROSTopicProperty | ( | ) | [protected] |
Definition at line 59 of file ros_topic_property.cpp.
void rviz::ROSTopicProperty::checkForEmptyValue | ( | ) | [protected] |
Definition at line 75 of file ros_topic_property.cpp.
virtual wxPGEditorDialogAdapter* rviz::ROSTopicProperty::GetEditorDialog | ( | ) | const [inline, virtual] |
Definition at line 84 of file ros_topic_property.h.
void rviz::ROSTopicProperty::OnSetValue | ( | ) | [virtual] |
Definition at line 70 of file ros_topic_property.cpp.
void rviz::ROSTopicProperty::setMessageType | ( | const std::string & | message_type | ) | [inline] |
Definition at line 89 of file ros_topic_property.h.
std::string rviz::ROSTopicProperty::message_type_ [protected] |
Definition at line 101 of file ros_topic_property.h.