$search
#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 () |
void | expand () |
virtual void | loadFromConfig (wxConfigBase *config) |
virtual void | readFromGrid () |
virtual void | saveToConfig (wxConfigBase *config) |
void | setLabel (const std::string &label) |
virtual void | setToDisabled () |
virtual void | setToError () |
virtual void | setToOK () |
virtual void | setToWarn () |
virtual void | writeToGrid () |
Private Attributes | |
bool | checkbox_ |
wxString | label_ |
Definition at line 550 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 553 of file property.h.
void rviz::CategoryProperty::collapse | ( | ) |
Definition at line 1151 of file property.cpp.
void rviz::CategoryProperty::expand | ( | ) |
Definition at line 1143 of file property.cpp.
void rviz::CategoryProperty::loadFromConfig | ( | wxConfigBase * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 1216 of file property.cpp.
void rviz::CategoryProperty::readFromGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 1199 of file property.cpp.
void rviz::CategoryProperty::saveToConfig | ( | wxConfigBase * | config | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 1208 of file property.cpp.
void rviz::CategoryProperty::setLabel | ( | const std::string & | label | ) |
Definition at line 1114 of file property.cpp.
void rviz::CategoryProperty::setToDisabled | ( | ) | [virtual] |
Reimplemented from rviz::Property< bool >.
Definition at line 1280 of file property.cpp.
void rviz::CategoryProperty::setToError | ( | ) | [virtual] |
Reimplemented from rviz::Property< bool >.
Definition at line 1238 of file property.cpp.
void rviz::CategoryProperty::setToOK | ( | ) | [virtual] |
Reimplemented from rviz::Property< bool >.
Definition at line 1258 of file property.cpp.
void rviz::CategoryProperty::setToWarn | ( | ) | [virtual] |
Reimplemented from rviz::Property< bool >.
Definition at line 1248 of file property.cpp.
void rviz::CategoryProperty::writeToGrid | ( | ) | [virtual] |
Implements rviz::PropertyBase.
Definition at line 1159 of file property.cpp.
bool rviz::CategoryProperty::checkbox_ [private] |
Definition at line 576 of file property.h.
wxString rviz::CategoryProperty::label_ [private] |
Definition at line 575 of file property.h.