#include <property.h>
Public Member Functions | |
virtual void | doWriteToGrid () |
FloatProperty (const std::string &name, const std::string &prefix, const CategoryPropertyWPtr &parent, const Getter &getter, const Setter &setter) | |
virtual void | loadFromConfig (Config *config) |
virtual void | readFromGrid () |
virtual void | saveToConfig (Config *config) |
void | setMax (float max) |
void | setMin (float min) |
Private Attributes | |
float | max_ |
float | min_ |
Definition at line 388 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 391 of file property.h.
void rviz::FloatProperty::doWriteToGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 561 of file property.cpp.
void rviz::FloatProperty::loadFromConfig | ( | Config * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 586 of file property.cpp.
void rviz::FloatProperty::readFromGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 576 of file property.cpp.
void rviz::FloatProperty::saveToConfig | ( | Config * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 581 of file property.cpp.
void rviz::FloatProperty::setMax | ( | float | max | ) |
Definition at line 552 of file property.cpp.
void rviz::FloatProperty::setMin | ( | float | min | ) |
Definition at line 543 of file property.cpp.
float rviz::FloatProperty::max_ [private] |
Definition at line 408 of file property.h.
float rviz::FloatProperty::min_ [private] |
Definition at line 407 of file property.h.