#include <PropertyLink.h>
Inheritance diagram for Odyssey::PropertyLink:
Public Member Functions | |
virtual | ~PropertyLink () |
virtual void | link (PropertyProxy &parent, PropertyProxy &child)=0 |
Performs the custom linking between parent and child. |
This class embodies the symbolic "link" between two properties. It exists to enable an abstracted link, as opposed to a hard link that simply syncs the child property to the parent.
|
|
|
Performs the custom linking between parent and child.
Implemented in Odyssey::DefaultPropertyLink, Odyssey::CallablePropertyLink, and Odyssey::PropertyLinkConnector. |