#include <property.h>
Public Member Functions | |
CategoryProperty (const std::string &label, const std::string &name, const std::string &prefix, const CategoryPropertyWPtr &parent, const Getter &getter, const Setter &setter, bool checkbox) | |
void | collapse () |
virtual void | doWriteToGrid () |
void | expand () |
virtual void | loadFromConfig (Config *config) |
virtual void | readFromGrid () |
virtual void | reset () |
virtual void | saveToConfig (Config *config) |
void | setLabel (const std::string &label) |
virtual void | setToOK () |
virtual | ~CategoryProperty () |
Private Attributes | |
bool | checkbox_ |
std::string | label_ |
Definition at line 519 of file property.h.
rviz::CategoryProperty::CategoryProperty | ( | const std::string & | label, |
const std::string & | name, | ||
const std::string & | prefix, | ||
const CategoryPropertyWPtr & | parent, | ||
const Getter & | getter, | ||
const Setter & | setter, | ||
bool | checkbox | ||
) | [inline] |
Definition at line 522 of file property.h.
rviz::CategoryProperty::~CategoryProperty | ( | ) | [virtual] |
Definition at line 894 of file property.cpp.
void rviz::CategoryProperty::collapse | ( | ) |
Definition at line 941 of file property.cpp.
void rviz::CategoryProperty::doWriteToGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 949 of file property.cpp.
void rviz::CategoryProperty::expand | ( | ) |
Definition at line 933 of file property.cpp.
void rviz::CategoryProperty::loadFromConfig | ( | Config * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 991 of file property.cpp.
void rviz::CategoryProperty::readFromGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 969 of file property.cpp.
void rviz::CategoryProperty::reset | ( | ) | [virtual] |
Reimplemented from rviz::PropertyBase.
Definition at line 908 of file property.cpp.
void rviz::CategoryProperty::saveToConfig | ( | Config * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 983 of file property.cpp.
void rviz::CategoryProperty::setLabel | ( | const std::string & | label | ) |
Definition at line 923 of file property.cpp.
void rviz::CategoryProperty::setToOK | ( | ) | [virtual] |
Reimplemented from rviz::Property< bool >.
Definition at line 1013 of file property.cpp.
bool rviz::CategoryProperty::checkbox_ [private] |
Definition at line 545 of file property.h.
std::string rviz::CategoryProperty::label_ [private] |
Definition at line 544 of file property.h.