9 #ifndef GEPETTO_VIEWER_PROPERTIES_HH
10 #define GEPETTO_VIEWER_PROPERTIES_HH
24 std::string
type() {
return details::property_type<bool>::to_string(); }
33 return details::buildEditor<bool>(
this);
41 osg::StateSetRefPtr stateSet_;
Definition: properties.h:17
StateSetRefPtr stateSet() const
Definition: properties.h:29
bool impl_set(const bool &value)
std::string type()
Definition: properties.h:24
void stateSet(const StateSetRefPtr &stateSet)
Definition: properties.h:28
bool impl_get(bool &value)
bool hasWriteAccess() const
Definition: properties.h:22
bool hasReadAccess() const
Definition: properties.h:21
BackfaceDrawingProperty()
Definition: properties.h:26
virtual QWidget * guiEditor()
Definition: properties.h:31
osg::StateSetRefPtr StateSetRefPtr
Definition: properties.h:19
Abstract base class for runtime properties of Node.
Definition: node-property.h:71
Definition: action-search-bar.hh:27