Lumiera  0.pre.03
»edit your freedom«
mobject-ref.cpp
Go to the documentation of this file.
1 /*
2  MobjectRef - active external reference to an MObject within the Session
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 
14 
31 
32 namespace lumiera {
33 namespace error {
34  LUMIERA_ERROR_DEFINE (INVALID_PLACEMENTREF, "unresolvable placement reference, or of incompatible type");
35  LUMIERA_ERROR_DEFINE (BOTTOM_PLACEMENTREF, "NIL placement-ID marker encountered.");
36  LUMIERA_ERROR_DEFINE (BOTTOM_MOBJECTREF, "NIL MObjectRef encountered");
37 }}
38 
39 
40 namespace steam {
41 namespace mobject {
42 
46 }} // namespace steam::mobject
Core abstraction: placement of a media object into session context.
Core abstraction of the Session model: a media object.
Steam-Layer implementation namespace root.
External MObject/Placement reference.
Lumiera public interface.
Definition: advice.cpp:104
#define LUMIERA_ERROR_DEFINE(err, msg)
Definition and initialisation of an error constant.
Definition: error.h:71