dart
|
Public Types | |
using | Base = BaseT |
using | CompositeType = CompositeT |
using | Properties = PropertiesT |
Public Member Functions | |
template<typename... Args> | |
ProxyPropertiesAspect (Args &&... args) | |
General constructor. | |
void | setAspectProperties (const Aspect::Properties &properties) override final |
const Aspect::Properties * | getAspectProperties () const override final |
std::unique_ptr< Aspect > | cloneAspect () const override |
Protected Member Functions | |
void | setComposite (Composite *newComposite) override |
Reconfigure the Aspect to link it to this Aspect's new Composite. | |
void | loseComposite (Composite *oldComposite) override |
Reconfigure the Aspect to unlink it from this Aspect's old Composite. | |
Protected Attributes | |
Properties | mProxyProperties |
Proxy properties for this Aspect. | |