30 using mobject::Buildable;
31 using mobject::session::Clip;
32 using mobject::session::Effect;
33 using mobject::session::Auto;
42 NodeCreatorTool::treat (Buildable& something)
44 UNIMPLEMENTED (
"the builder tool...");
49 NodeCreatorTool::treat (Clip& clip)
51 UNIMPLEMENTED (
"the builder tool...");
56 NodeCreatorTool::treat (Effect& effect)
58 UNIMPLEMENTED (
"the builder tool...");
63 NodeCreatorTool::treat (Auto<double>& automation)
65 UNIMPLEMENTED (
"the builder tool...");
70 NodeCreatorTool::onUnknown (Buildable& target)
72 UNIMPLEMENTED (
"catch-all when partitioning timeline");
Steam-Layer implementation namespace root.
Lumiera error handling (C++ interface).