$search
#include <property.h>
Public Member Functions | |
virtual void | loadFromConfig (wxConfigBase *config) |
virtual void | readFromGrid () |
virtual void | saveToConfig (wxConfigBase *config) |
StringProperty (const std::string &name, const std::string &prefix, const CategoryPropertyWPtr &parent, const Getter &getter, const Setter &setter) | |
virtual void | writeToGrid () |
Definition at line 446 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 449 of file property.h.
void rviz::StringProperty::loadFromConfig | ( | wxConfigBase * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 766 of file property.cpp.
void rviz::StringProperty::readFromGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 755 of file property.cpp.
void rviz::StringProperty::saveToConfig | ( | wxConfigBase * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 761 of file property.cpp.
void rviz::StringProperty::writeToGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Reimplemented in rviz::ROSTopicStringProperty.
Definition at line 736 of file property.cpp.