$search
#include <property.h>
Public Member Functions | |
virtual void | hide () |
virtual void | loadFromConfig (wxConfigBase *config) |
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 () |
Vector3Property (const std::string &name, const std::string &prefix, const CategoryPropertyWPtr &parent, const Getter &getter, const Setter &setter) | |
virtual void | writeToGrid () |
virtual | ~Vector3Property () |
Protected Attributes | |
wxPGProperty * | composed_parent_ |
wxPGProperty * | x_ |
wxPGProperty * | y_ |
wxPGProperty * | z_ |
Definition at line 579 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 582 of file property.h.
rviz::Vector3Property::~Vector3Property | ( | ) | [virtual] |
Definition at line 1289 of file property.cpp.
void rviz::Vector3Property::hide | ( | ) | [virtual] |
Reimplemented from rviz::PropertyBase.
Definition at line 1414 of file property.cpp.
void rviz::Vector3Property::loadFromConfig | ( | wxConfigBase * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 1363 of file property.cpp.
void rviz::Vector3Property::readFromGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 1349 of file property.cpp.
void rviz::Vector3Property::reset | ( | ) | [virtual] |
Reimplemented from rviz::PropertyBase.
Definition at line 1404 of file property.cpp.
void rviz::Vector3Property::saveToConfig | ( | wxConfigBase * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 1354 of file property.cpp.
void rviz::Vector3Property::setPGClientData | ( | ) | [virtual] |
Reimplemented from rviz::PropertyBase.
Definition at line 1393 of file property.cpp.
void rviz::Vector3Property::setPrefix | ( | const std::string & | prefix | ) | [virtual] |
Reimplemented from rviz::Property< Ogre::Vector3 >.
Definition at line 1297 of file property.cpp.
virtual void rviz::Vector3Property::setToDisabled | ( | ) | [inline, virtual] |
Reimplemented from rviz::Property< Ogre::Vector3 >.
Definition at line 627 of file property.h.
virtual void rviz::Vector3Property::setToError | ( | ) | [inline, virtual] |
Reimplemented from rviz::Property< Ogre::Vector3 >.
Definition at line 603 of file property.h.
virtual void rviz::Vector3Property::setToOK | ( | ) | [inline, virtual] |
Reimplemented from rviz::Property< Ogre::Vector3 >.
Definition at line 619 of file property.h.
virtual void rviz::Vector3Property::setToWarn | ( | ) | [inline, virtual] |
Reimplemented from rviz::Property< Ogre::Vector3 >.
Definition at line 611 of file property.h.
void rviz::Vector3Property::show | ( | ) | [virtual] |
Reimplemented from rviz::PropertyBase.
Definition at line 1422 of file property.cpp.
void rviz::Vector3Property::writeToGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 1311 of file property.cpp.
wxPGProperty* rviz::Vector3Property::composed_parent_ [protected] |
Definition at line 636 of file property.h.
wxPGProperty* rviz::Vector3Property::x_ [protected] |
Definition at line 637 of file property.h.
wxPGProperty* rviz::Vector3Property::y_ [protected] |
Definition at line 638 of file property.h.
wxPGProperty* rviz::Vector3Property::z_ [protected] |
Definition at line 639 of file property.h.