#include <PropertyLink.h>
Inheritance diagram for Odyssey::PropertyLinkConnector:
Public Member Functions | |
PropertyLinkConnector (PropertyLinkPtr link1, PropertyLinkPtr link2) | |
void | link (PropertyProxy &parent, PropertyProxy &child) |
Calls first the link behavior of the first, and then the second. |
This class is a container for two child PropertyLink instances. This serves as a way to string links together to form complex linking behaviors from simpler links. This class will call the link behavior on the first PropertyLink instance, and then call the link behavior of the second with the same two properties. The properties will have already been updated from the first link and so the effects can be chained.
|
|
|
Calls first the link behavior of the first, and then the second.
Implements Odyssey::PropertyLink. |