29 #ifndef BOOL_PROPERTY_H 30 #define BOOL_PROPERTY_H 33 #include "rviz/rviz_export.h" 46 const char* changed_slot =
nullptr,
47 QObject* receiver =
nullptr);
51 virtual bool getBool()
const;
54 void setDisableChildrenIfFalse(
bool disable);
56 bool getDisableChildrenIfFalse();
59 bool getDisableChildren()
override;
64 return setValue(value);
73 #endif // BOOL_PROPERTY_H bool disable_children_if_false_
A single element of a property tree, with a name, value, description, and possibly children...
Property specialized to provide getter for booleans.