#include <property.h>
Public Member Functions | |
virtual void | doWriteToGrid () |
virtual void | loadFromConfig (Config *config) |
virtual void | readFromGrid () |
virtual void | reset () |
virtual void | saveToConfig (Config *config) |
virtual void | setToDisabled () |
virtual void | setToError () |
virtual void | setToOK () |
virtual void | setToWarn () |
Vector3Property (const std::string &name, const std::string &prefix, const CategoryPropertyWPtr &parent, const Getter &getter, const Setter &setter) | |
Protected Attributes | |
PropertyWidgetItem * | x_ |
PropertyWidgetItem * | y_ |
PropertyWidgetItem * | z_ |
Definition at line 548 of file property.h.
rviz::Vector3Property::Vector3Property | ( | const std::string & | name, |
const std::string & | prefix, | ||
const CategoryPropertyWPtr & | parent, | ||
const Getter & | getter, | ||
const Setter & | setter | ||
) | [inline] |
Definition at line 551 of file property.h.
void rviz::Vector3Property::doWriteToGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 1028 of file property.cpp.
void rviz::Vector3Property::loadFromConfig | ( | Config * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 1081 of file property.cpp.
void rviz::Vector3Property::readFromGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 1059 of file property.cpp.
void rviz::Vector3Property::reset | ( | ) | [virtual] |
Reimplemented from rviz::PropertyBase.
Definition at line 1111 of file property.cpp.
void rviz::Vector3Property::saveToConfig | ( | Config * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 1072 of file property.cpp.
virtual void rviz::Vector3Property::setToDisabled | ( | ) | [inline, virtual] |
Reimplemented from rviz::Property< Ogre::Vector3 >.
Definition at line 589 of file property.h.
virtual void rviz::Vector3Property::setToError | ( | ) | [inline, virtual] |
Reimplemented from rviz::Property< Ogre::Vector3 >.
Definition at line 565 of file property.h.
virtual void rviz::Vector3Property::setToOK | ( | ) | [inline, virtual] |
Reimplemented from rviz::Property< Ogre::Vector3 >.
Definition at line 581 of file property.h.
virtual void rviz::Vector3Property::setToWarn | ( | ) | [inline, virtual] |
Reimplemented from rviz::Property< Ogre::Vector3 >.
Definition at line 573 of file property.h.
PropertyWidgetItem* rviz::Vector3Property::x_ [protected] |
Definition at line 598 of file property.h.
PropertyWidgetItem* rviz::Vector3Property::y_ [protected] |
Definition at line 599 of file property.h.
PropertyWidgetItem* rviz::Vector3Property::z_ [protected] |
Definition at line 600 of file property.h.