$search
#include <property.h>
Public Member Functions | |
ROSTopicStringProperty (const std::string &name, const std::string &prefix, const CategoryPropertyWPtr &parent, const Getter &getter, const Setter &setter) | |
void | setMessageType (const std::string &message_type) |
virtual void | writeToGrid () |
Private Attributes | |
std::string | message_type_ |
ROSTopicProperty * | ros_topic_property_ |
Definition at line 461 of file property.h.
rviz::ROSTopicStringProperty::ROSTopicStringProperty | ( | const std::string & | name, | |
const std::string & | prefix, | |||
const CategoryPropertyWPtr & | parent, | |||
const Getter & | getter, | |||
const Setter & | setter | |||
) | [inline] |
Definition at line 464 of file property.h.
void rviz::ROSTopicStringProperty::setMessageType | ( | const std::string & | message_type | ) |
Definition at line 785 of file property.cpp.
void rviz::ROSTopicStringProperty::writeToGrid | ( | ) | [virtual] |
Reimplemented from rviz::StringProperty.
Definition at line 791 of file property.cpp.
std::string rviz::ROSTopicStringProperty::message_type_ [private] |
Definition at line 474 of file property.h.
Definition at line 475 of file property.h.