Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
applicable-builder-target-types.hpp
Go to the documentation of this file.
1/*
2 ApplicableBuilderTargetTypes - definition header specifying all types treated by builder tools
3
4 Copyright (C)
5 2008, Hermann Vosseler <Ichthyostega@web.de>
6
7  **Lumiera** is free software; you can redistribute it and/or modify it
8  under the terms of the GNU General Public License as published by the
9  Free Software Foundation; either version 2 of the License, or (at your
10  option) any later version. See the file COPYING for further details.
11
12*/
13
42#ifndef MOBJECT_BUILDER_APPLICABLEBUILDERTARGETTYPES_H
43#define MOBJECT_BUILDER_APPLICABLEBUILDERTARGETTYPES_H
44
46
47// NOTE:  need to include *all* classes using DEFINE_PROCESSABLE_BY(BuilderTool)
53
55
56
57namespace steam {
58namespace mobject {
59namespace builder {
60
66 > ::List ;
68
69
78 template<class TOOL>
80 : Applicable<TOOL, BuilderTargetTypes>
81 { };
82
83
84
85}}} // namespace mobject::builder
86#endif
Visiting-tool mechanism configured specifically for the Builder.
declare the concrete types a BuilderTool may receive and treat.
abstract base class of all MObjects for providing common services.
Explicit link to bind a Sequence (container) to be used within the Session, either as contents of a t...
A user visible/editable Clip is a reference to a contiguous sequence of media data loaded as Asset in...
High-level model root element, corresponding to the global session wide scope.
Definition root.hpp:61
MObject in the Session to represent a clip on the timeline.
variadic sequence of types
Definition typelist.hpp:102
Types< session::Root, session::Clip, session::Effect, session::Binding, session::AbstractMO > ::List BuilderTargetTypes
Steam-Layer implementation namespace root.
MObject within the session to represent "the session itself".
MObject in session to represent the top-level binding of a sequence.
Marker used to declare some visiting Tool class to be actually a mobject::builder::BuilderTool and to...