Lumiera
0.pre.03
»edit your freedom«
|
Go to the source code of this file.
Symbolic representation of a goal for node wiring.
A WiringRequest is discovered while walking the Session model, and will be resolved later, when the target for the desired connection is available. When all wiring requests are resolved, the build process finishes. Thus, creating and resolving of such requests is the "fuel" actually to drive the Builder.
Definition in file wiringrequest.hpp.
Classes | |
class | WiringRequest |
A statefull value object denoting the wish to establish a link or connection between two entities. More... | |
Namespaces | |
steam | |
Steam-Layer implementation namespace root. | |
steam::mobject | |
Media-Objects, edit operations and high-level session. | |
steam::mobject::builder | |
Namespace of the Builder, transforming high-level into low-level. | |
class steam::mobject::builder::WiringRequest |