$search
#include <property.h>
Public Member Functions | |
FloatProperty (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 (float max) |
void | setMin (float min) |
virtual void | writeToGrid () |
Definition at line 412 of file property.h.
rviz::FloatProperty::FloatProperty | ( | const std::string & | name, | |
const std::string & | prefix, | |||
const CategoryPropertyWPtr & | parent, | |||
const Getter & | getter, | |||
const Setter & | setter | |||
) | [inline] |
Definition at line 415 of file property.h.
void rviz::FloatProperty::loadFromConfig | ( | wxConfigBase * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 651 of file property.cpp.
void rviz::FloatProperty::readFromGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 640 of file property.cpp.
void rviz::FloatProperty::saveToConfig | ( | wxConfigBase * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 646 of file property.cpp.
void rviz::FloatProperty::setMax | ( | float | max | ) |
Definition at line 612 of file property.cpp.
void rviz::FloatProperty::setMin | ( | float | min | ) |
Definition at line 604 of file property.cpp.
void rviz::FloatProperty::writeToGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 621 of file property.cpp.