Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
builderfacade.hpp
Go to the documentation of this file.
1/*
2 BUILDERFACADE.hpp - 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
26#ifndef STEAM_MOBJECT_BUILDERFACADE_H
27#define STEAM_MOBJECT_BUILDERFACADE_H
28
29#include "lib/error.hpp"
31
32
33namespace steam {
34namespace mobject {
35 namespace session {
36 class Fixture;
37 }
38
39 LUMIERA_ERROR_DECLARE (BUILDER_LIFECYCLE);
40
48 {
49 public:
50 session::Fixture & rebuildFixture ();
51 };
52
53
54
55}} // namespace steam::mobject
56#endif /*STEAM_MOBJECT_BUILDERFACADE_H*/
Provides unified access to the builder functionality.
session::Fixture & rebuildFixture()
Main Operation of the Builder: rebuild the low-level model based on the current contents of the Sessi...
#define LUMIERA_ERROR_DECLARE(err)
Forward declare an error constant.
Definition error.h:62
Lumiera error handling (C++ interface).
Namespace of Session and user visible high-level objects.
Definition sequence.hpp:65
Steam-Layer implementation namespace root.