39 using mobject::Buildable;
40 using mobject::session::Clip;
41 using mobject::session::Effect;
42 using mobject::session::Auto;
51 NodeCreatorTool::treat (Buildable& something)
53 UNIMPLEMENTED (
"the builder tool...");
58 NodeCreatorTool::treat (Clip& clip)
60 UNIMPLEMENTED (
"the builder tool...");
65 NodeCreatorTool::treat (Effect& effect)
67 UNIMPLEMENTED (
"the builder tool...");
72 NodeCreatorTool::treat (Auto<double>& automation)
74 UNIMPLEMENTED (
"the builder tool...");
79 NodeCreatorTool::onUnknown (Buildable& target)
81 UNIMPLEMENTED (
"catch-all when partitioning timeline");
Steam-Layer implementation namespace root.
Lumiera error handling (C++ interface).