Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
builderfacade.cpp
Go to the documentation of this file.
1/*
2 BuilderFacade - Facade and service access point for the Builder Subsystem
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
23
24namespace steam {
25namespace mobject {
26
27 using session::Fixture;
28
29 LUMIERA_ERROR_DEFINE (BUILDER_LIFECYCLE, "Builder activated while in non operational state");
30
31
32
37 Fixture&
39 {
40 UNIMPLEMENTED ("build the builder...");
41 }
42
43
44
45}} // namespace mobject
Steam-Layer Facade: access to the Builder.
session::Fixture & rebuildFixture()
Main Operation of the Builder: rebuild the low-level model based on the current contents of the Sessi...
#define LUMIERA_ERROR_DEFINE(err, msg)
Definition and initialisation of an error constant.
Definition error.h:71
Backbone data structure of the low-level render node model The fixture defines the boundary between t...
Steam-Layer implementation namespace root.