$search
#include <property.h>
Public Member Functions | |
IntProperty (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 (int max) |
void | setMin (int min) |
virtual void | writeToGrid () |
Definition at line 395 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 398 of file property.h.
void rviz::IntProperty::loadFromConfig | ( | wxConfigBase * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 585 of file property.cpp.
void rviz::IntProperty::readFromGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 574 of file property.cpp.
void rviz::IntProperty::saveToConfig | ( | wxConfigBase * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 580 of file property.cpp.
void rviz::IntProperty::setMax | ( | int | max | ) |
Definition at line 547 of file property.cpp.
void rviz::IntProperty::setMin | ( | int | min | ) |
Definition at line 539 of file property.cpp.
void rviz::IntProperty::writeToGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 555 of file property.cpp.