#include <property.h>
Public Member Functions | |
virtual void | doWriteToGrid () |
virtual void | loadFromConfig (Config *config) |
virtual void | readFromGrid () |
virtual void | saveToConfig (Config *config) |
StringProperty (const std::string &name, const std::string &prefix, const CategoryPropertyWPtr &parent, const Getter &getter, const Setter &setter) |
Definition at line 411 of file property.h.
rviz::StringProperty::StringProperty | ( | const std::string & | name, |
const std::string & | prefix, | ||
const CategoryPropertyWPtr & | parent, | ||
const Getter & | getter, | ||
const Setter & | setter | ||
) | [inline] |
Definition at line 414 of file property.h.
void rviz::StringProperty::doWriteToGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Reimplemented in rviz::ROSTopicStringProperty.
Definition at line 605 of file property.cpp.
void rviz::StringProperty::loadFromConfig | ( | Config * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 628 of file property.cpp.
void rviz::StringProperty::readFromGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Reimplemented in rviz::ROSTopicStringProperty.
Definition at line 618 of file property.cpp.
void rviz::StringProperty::saveToConfig | ( | Config * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 623 of file property.cpp.