gepetto-viewer
4.15.1
An user-friendly Graphical Interface
|
Go to the documentation of this file.
9 #ifndef GEPETTO_VIEWER_PROPERTIES_HH
10 #define GEPETTO_VIEWER_PROPERTIES_HH
23 std::string
type() {
return details::property_type<bool>::to_string(); }
30 virtual QWidget*
guiEditor() {
return details::buildEditor<bool>(
this); }
37 osg::StateSetRefPtr stateSet_;
void stateSet(const StateSetRefPtr &stateSet)
Definition: properties.h:27
Definition: properties.h:16
bool hasReadAccess() const
Definition: properties.h:20
StateSetRefPtr stateSet() const
Definition: properties.h:28
Definition: action-search-bar.hh:27
bool hasWriteAccess() const
Definition: properties.h:21
virtual bool impl_set(void)
virtual bool impl_get(void)
osg::StateSetRefPtr StateSetRefPtr
Definition: properties.h:18
BackfaceDrawingProperty()
Definition: properties.h:25
virtual QWidget * guiEditor()
Definition: properties.h:30
std::string type()
Definition: properties.h:23
Abstract base class for runtime properties of Node.
Definition: node-property.h:114