Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
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
32namespace lumiera {
33namespace 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
40namespace steam {
41namespace mobject {
42
46}} // namespace steam::mobject
#define LUMIERA_ERROR_DEFINE(err, msg)
Definition and initialisation of an error constant.
Definition error.h:71
External MObject/Placement reference.
Core abstraction of the Session model: a media object.
Lumiera public interface.
Definition advice.hpp:102
Steam-Layer implementation namespace root.
Core abstraction: placement of a media object into session context.