libqi-api
2.8.7.4
|
#include <proxyproperty.hpp>
Public Types | |
using | SignalType = SignalF< void(const T &)> |
using | ThisProxyType = ProxyProperty |
Public Member Functions | |
ProxyProperty () | |
ProxyProperty (AnyObject object, const std::string &propertyName) | |
void | setup (AnyObject object, const std::string &propertyName) |
~ProxyProperty () | |
Future< void > | onSubscribe (bool enable, GenericObject *object, const std::string &propertyName, SignalLink link) |
AnyReference | bounceEvent (const AnyReferenceVector args) |
void | triggerOverride (const GenericFunctionParameters ¶ms, MetaCallType, GenericObject *object, const std::string &propertyName) |
Property proxy using AnyObject as backend
Definition at line 22 of file proxyproperty.hpp.
using qi::ProxyProperty< T, PropertyType >::SignalType = SignalF<void (const T&)> |
Definition at line 25 of file proxyproperty.hpp.
using qi::ProxyProperty< T, PropertyType >::ThisProxyType = ProxyProperty |
Definition at line 26 of file proxyproperty.hpp.
|
inline |
Definition at line 27 of file proxyproperty.hpp.
|
inline |
Definition at line 33 of file proxyproperty.hpp.
qi::ProxyProperty< T, PropertyType >::~ProxyProperty | ( | ) |
Definition at line 60 of file proxyproperty.hpp.
AnyReference qi::ProxyProperty< T, PropertyType >::bounceEvent | ( | const AnyReferenceVector | args | ) |
Definition at line 103 of file proxyproperty.hpp.
Future< void > qi::ProxyProperty< T, PropertyType >::onSubscribe | ( | bool | enable, |
GenericObject * | object, | ||
const std::string & | propertyName, | ||
SignalLink | link | ||
) |
Definition at line 80 of file proxyproperty.hpp.
void qi::ProxyProperty< T, PropertyType >::setup | ( | AnyObject | object, |
const std::string & | propertyName | ||
) |
Definition at line 66 of file proxyproperty.hpp.
void qi::ProxyProperty< T, PropertyType >::triggerOverride | ( | const GenericFunctionParameters & | params, |
MetaCallType | , | ||
GenericObject * | object, | ||
const std::string & | propertyName | ||
) |
Definition at line 111 of file proxyproperty.hpp.