Lumiera  0.pre.03
»edit your freedom«
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) Lumiera.org
5  2008, Hermann Vosseler <Ichthyostega@web.de>
6 
7  This program is free software; you can redistribute it and/or
8  modify it under the terms of the GNU General Public License as
9  published by the Free Software Foundation; either version 2 of
10  the License, or (at your option) any later version.
11 
12  This program is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  GNU General Public License for more details.
16 
17  You should have received a copy of the GNU General Public License
18  along with this program; if not, write to the Free Software
19  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 
21 */
22 
51 #ifndef MOBJECT_BUILDER_APPLICABLEBUILDERTARGETTYPES_H
52 #define MOBJECT_BUILDER_APPLICABLEBUILDERTARGETTYPES_H
53 
55 
56 // NOTE:  need to include *all* classes using DEFINE_PROCESSABLE_BY(BuilderTool)
62 
64 
65 
66 namespace steam {
67 namespace mobject {
68 namespace builder {
69 
70  typedef Types< session::Root,
75  > ::List
76  BuilderTargetTypes;
78 
79 
88  template<class TOOL>
90  : Applicable<TOOL, BuilderTargetTypes>
91  { };
92 
93 
94 
95 }}} // namespace mobject::builder
96 #endif
High-level model root element, corresponding to the global session wide scope.
Definition: root.hpp:69
MObject in the Session to represent a clip on the timeline.
declare the concrete types a BuilderTool may receive and treat.
A user visible/editable Clip is a reference to a contiguous sequence of media data loaded as Asset in...
Steam-Layer implementation namespace root.
MObject within the session to represent "the session itself".
Visiting-tool mechanism configured specifically for the Builder.
MObject in session to represent the top-level binding of a sequence.
abstract base class of all MObjects for providing common services.
Definition: abstractmo.hpp:48
Explicit link to bind a Sequence (container) to be used within the Session, either as contents of a t...
Marker used to declare some visiting Tool class to be actually a mobject::builder::BuilderTool and to...