#include <property.h>
Public Member Functions | |
virtual void | doWriteToGrid () |
IntProperty (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 (int max) |
void | setMin (int min) |
Private Attributes | |
int | max_ |
int | min_ |
Definition at line 365 of file property.h.
rviz::IntProperty::IntProperty | ( | const std::string & | name, |
const std::string & | prefix, | ||
const CategoryPropertyWPtr & | parent, | ||
const Getter & | getter, | ||
const Setter & | setter | ||
) | [inline] |
Definition at line 368 of file property.h.
void rviz::IntProperty::doWriteToGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 499 of file property.cpp.
void rviz::IntProperty::loadFromConfig | ( | Config * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 524 of file property.cpp.
void rviz::IntProperty::readFromGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 514 of file property.cpp.
void rviz::IntProperty::saveToConfig | ( | Config * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 519 of file property.cpp.
void rviz::IntProperty::setMax | ( | int | max | ) |
Definition at line 490 of file property.cpp.
void rviz::IntProperty::setMin | ( | int | min | ) |
Definition at line 481 of file property.cpp.
int rviz::IntProperty::max_ [private] |
Definition at line 385 of file property.h.
int rviz::IntProperty::min_ [private] |
Definition at line 384 of file property.h.