#include <property.h>
Public Member Functions | |
void | addOption (const std::string &name, int value) |
void | clear () |
virtual void | doWriteToGrid () |
EnumProperty (const std::string &name, const std::string &prefix, const CategoryPropertyWPtr &parent, const Getter &getter, const Setter &setter) | |
virtual void | loadFromConfig (Config *config) |
virtual void | readFromGrid () |
virtual void | saveToConfig (Config *config) |
Private Attributes | |
Choices | choices_ |
boost::mutex | mutex_ |
Definition at line 459 of file property.h.
rviz::EnumProperty::EnumProperty | ( | const std::string & | name, |
const std::string & | prefix, | ||
const CategoryPropertyWPtr & | parent, | ||
const Getter & | getter, | ||
const Setter & | setter | ||
) | [inline] |
Definition at line 462 of file property.h.
void rviz::EnumProperty::addOption | ( | const std::string & | name, |
int | value | ||
) |
Definition at line 728 of file property.cpp.
void rviz::EnumProperty::clear | ( | void | ) |
Definition at line 735 of file property.cpp.
void rviz::EnumProperty::doWriteToGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 742 of file property.cpp.
void rviz::EnumProperty::loadFromConfig | ( | Config * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 777 of file property.cpp.
void rviz::EnumProperty::readFromGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 765 of file property.cpp.
void rviz::EnumProperty::saveToConfig | ( | Config * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 772 of file property.cpp.
Choices rviz::EnumProperty::choices_ [private] |
Definition at line 476 of file property.h.
boost::mutex rviz::EnumProperty::mutex_ [private] |
Definition at line 478 of file property.h.