#include <property.h>
Public Member Functions | |
ColorProperty (const std::string &name, const std::string &prefix, const CategoryPropertyWPtr &parent, const Getter &getter, const Setter &setter) | |
virtual void | doWriteToGrid () |
virtual void | loadFromConfig (Config *config) |
virtual void | readFromGrid () |
virtual void | saveToConfig (Config *config) |
Definition at line 442 of file property.h.
rviz::ColorProperty::ColorProperty | ( | const std::string & | name, |
const std::string & | prefix, | ||
const CategoryPropertyWPtr & | parent, | ||
const Getter & | getter, | ||
const Setter & | setter | ||
) | [inline] |
Definition at line 445 of file property.h.
void rviz::ColorProperty::doWriteToGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 669 of file property.cpp.
void rviz::ColorProperty::loadFromConfig | ( | Config * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 698 of file property.cpp.
void rviz::ColorProperty::readFromGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 683 of file property.cpp.
void rviz::ColorProperty::saveToConfig | ( | Config * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 689 of file property.cpp.