#include <property.h>
Public Member Functions | |
virtual void | doWriteToGrid () |
virtual void | readFromGrid () |
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) |
Private Attributes | |
std::string | message_type_ |
Definition at line 425 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 428 of file property.h.
void rviz::ROSTopicStringProperty::doWriteToGrid | ( | ) | [virtual] |
Reimplemented from rviz::StringProperty.
Definition at line 647 of file property.cpp.
void rviz::ROSTopicStringProperty::readFromGrid | ( | ) | [virtual] |
Reimplemented from rviz::StringProperty.
Definition at line 663 of file property.cpp.
void rviz::ROSTopicStringProperty::setMessageType | ( | const std::string & | message_type | ) | [inline] |
Definition at line 433 of file property.h.
std::string rviz::ROSTopicStringProperty::message_type_ [private] |
Definition at line 439 of file property.h.