$search
#include <property.h>
Public Member Functions | |
DoubleProperty (const std::string &name, const std::string &prefix, const CategoryPropertyWPtr &parent, const Getter &getter, const Setter &setter) | |
virtual void | loadFromConfig (wxConfigBase *config) |
virtual void | readFromGrid () |
virtual void | saveToConfig (wxConfigBase *config) |
void | setMax (double max) |
void | setMin (double min) |
virtual void | writeToGrid () |
Definition at line 429 of file property.h.
rviz::DoubleProperty::DoubleProperty | ( | const std::string & | name, | |
const std::string & | prefix, | |||
const CategoryPropertyWPtr & | parent, | |||
const Getter & | getter, | |||
const Setter & | setter | |||
) | [inline] |
Definition at line 432 of file property.h.
void rviz::DoubleProperty::loadFromConfig | ( | wxConfigBase * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 717 of file property.cpp.
void rviz::DoubleProperty::readFromGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 706 of file property.cpp.
void rviz::DoubleProperty::saveToConfig | ( | wxConfigBase * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 712 of file property.cpp.
void rviz::DoubleProperty::setMax | ( | double | max | ) |
Definition at line 678 of file property.cpp.
void rviz::DoubleProperty::setMin | ( | double | min | ) |
Definition at line 670 of file property.cpp.
void rviz::DoubleProperty::writeToGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 687 of file property.cpp.