#include <property.h>
Public Member Functions | |
virtual void | doWriteToGrid () |
virtual void | loadFromConfig (Config *config) |
QuaternionProperty (const std::string &name, const std::string &prefix, const CategoryPropertyWPtr &parent, const Getter &getter, const Setter &setter) | |
virtual void | readFromGrid () |
virtual void | reset () |
virtual void | saveToConfig (Config *config) |
virtual void | setToDisabled () |
virtual void | setToError () |
virtual void | setToOK () |
virtual void | setToWarn () |
Protected Attributes | |
PropertyWidgetItem * | w_ |
PropertyWidgetItem * | x_ |
PropertyWidgetItem * | y_ |
PropertyWidgetItem * | z_ |
Definition at line 603 of file property.h.
rviz::QuaternionProperty::QuaternionProperty | ( | const std::string & | name, |
const std::string & | prefix, | ||
const CategoryPropertyWPtr & | parent, | ||
const Getter & | getter, | ||
const Setter & | setter | ||
) | [inline] |
Definition at line 606 of file property.h.
void rviz::QuaternionProperty::doWriteToGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 1122 of file property.cpp.
void rviz::QuaternionProperty::loadFromConfig | ( | Config * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 1181 of file property.cpp.
void rviz::QuaternionProperty::readFromGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 1157 of file property.cpp.
void rviz::QuaternionProperty::reset | ( | ) | [virtual] |
Reimplemented from rviz::PropertyBase.
Definition at line 1213 of file property.cpp.
void rviz::QuaternionProperty::saveToConfig | ( | Config * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 1171 of file property.cpp.
virtual void rviz::QuaternionProperty::setToDisabled | ( | ) | [inline, virtual] |
Reimplemented from rviz::Property< Ogre::Quaternion >.
Definition at line 648 of file property.h.
virtual void rviz::QuaternionProperty::setToError | ( | ) | [inline, virtual] |
Reimplemented from rviz::Property< Ogre::Quaternion >.
Definition at line 621 of file property.h.
virtual void rviz::QuaternionProperty::setToOK | ( | ) | [inline, virtual] |
Reimplemented from rviz::Property< Ogre::Quaternion >.
Definition at line 639 of file property.h.
virtual void rviz::QuaternionProperty::setToWarn | ( | ) | [inline, virtual] |
Reimplemented from rviz::Property< Ogre::Quaternion >.
Definition at line 630 of file property.h.
PropertyWidgetItem* rviz::QuaternionProperty::w_ [protected] |
Definition at line 661 of file property.h.
PropertyWidgetItem* rviz::QuaternionProperty::x_ [protected] |
Definition at line 658 of file property.h.
PropertyWidgetItem* rviz::QuaternionProperty::y_ [protected] |
Definition at line 659 of file property.h.
PropertyWidgetItem* rviz::QuaternionProperty::z_ [protected] |
Definition at line 660 of file property.h.