|
libqi-api
release-2.5.3-2016-11-18
|
#include <property.hpp>
Public Member Functions | |
| virtual | ~PropertyBase ()=default |
| virtual SignalBase * | signal ()=0 |
| virtual FutureSync< void > | setValue (AutoAnyReference value)=0 |
| virtual FutureSync< AnyValue > | value () const =0 |
Type-erased virtual interface implemented by all Property classes.
Definition at line 27 of file property.hpp.
|
virtualdefault |
|
pure virtual |
Implemented in qi::GenericProperty, qi::Property< T >, qi::Property< bool >, qi::Property< AnyValue >, and qi::UnsafeProperty< T >.
|
pure virtual |
|
pure virtual |
Implemented in qi::Property< T >, qi::Property< bool >, qi::Property< AnyValue >, and qi::UnsafeProperty< T >.