$search
#include <property.h>
Public Member Functions | |
virtual void | hide () |
virtual void | loadFromConfig (wxConfigBase *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 (wxConfigBase *config) |
virtual void | setPGClientData () |
virtual void | setPrefix (const std::string &prefix) |
virtual void | setToDisabled () |
virtual void | setToError () |
virtual void | setToOK () |
virtual void | setToWarn () |
virtual void | show () |
virtual void | writeToGrid () |
virtual | ~QuaternionProperty () |
Protected Attributes | |
wxPGProperty * | composed_parent_ |
wxPGProperty * | w_ |
wxPGProperty * | x_ |
wxPGProperty * | y_ |
wxPGProperty * | z_ |
Definition at line 642 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 645 of file property.h.
rviz::QuaternionProperty::~QuaternionProperty | ( | ) | [virtual] |
Definition at line 1430 of file property.cpp.
void rviz::QuaternionProperty::hide | ( | ) | [virtual] |
Reimplemented from rviz::PropertyBase.
Definition at line 1565 of file property.cpp.
void rviz::QuaternionProperty::loadFromConfig | ( | wxConfigBase * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 1510 of file property.cpp.
void rviz::QuaternionProperty::readFromGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 1495 of file property.cpp.
void rviz::QuaternionProperty::reset | ( | ) | [virtual] |
Reimplemented from rviz::PropertyBase.
Definition at line 1554 of file property.cpp.
void rviz::QuaternionProperty::saveToConfig | ( | wxConfigBase * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 1500 of file property.cpp.
void rviz::QuaternionProperty::setPGClientData | ( | ) | [virtual] |
Reimplemented from rviz::PropertyBase.
Definition at line 1542 of file property.cpp.
void rviz::QuaternionProperty::setPrefix | ( | const std::string & | prefix | ) | [virtual] |
Reimplemented from rviz::Property< Ogre::Quaternion >.
Definition at line 1438 of file property.cpp.
virtual void rviz::QuaternionProperty::setToDisabled | ( | ) | [inline, virtual] |
Reimplemented from rviz::Property< Ogre::Quaternion >.
Definition at line 694 of file property.h.
virtual void rviz::QuaternionProperty::setToError | ( | ) | [inline, virtual] |
Reimplemented from rviz::Property< Ogre::Quaternion >.
Definition at line 667 of file property.h.
virtual void rviz::QuaternionProperty::setToOK | ( | ) | [inline, virtual] |
Reimplemented from rviz::Property< Ogre::Quaternion >.
Definition at line 685 of file property.h.
virtual void rviz::QuaternionProperty::setToWarn | ( | ) | [inline, virtual] |
Reimplemented from rviz::Property< Ogre::Quaternion >.
Definition at line 676 of file property.h.
void rviz::QuaternionProperty::show | ( | ) | [virtual] |
Reimplemented from rviz::PropertyBase.
Definition at line 1573 of file property.cpp.
void rviz::QuaternionProperty::writeToGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 1453 of file property.cpp.
wxPGProperty* rviz::QuaternionProperty::composed_parent_ [protected] |
Definition at line 704 of file property.h.
wxPGProperty* rviz::QuaternionProperty::w_ [protected] |
Definition at line 708 of file property.h.
wxPGProperty* rviz::QuaternionProperty::x_ [protected] |
Definition at line 705 of file property.h.
wxPGProperty* rviz::QuaternionProperty::y_ [protected] |
Definition at line 706 of file property.h.
wxPGProperty* rviz::QuaternionProperty::z_ [protected] |
Definition at line 707 of file property.h.