Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
constraint.hpp
Go to the documentation of this file.
1/*
2 CONSTRAINT.hpp - LocatingPin representing an mandatory directive
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
21#ifndef STEAM_MOBJECT_SESSION_CONSTRAINT_H
22#define STEAM_MOBJECT_SESSION_CONSTRAINT_H
23
25
26
27
28namespace steam {
29namespace mobject {
30namespace session {
31
32
37 class Constraint : public Allocation
38 {};
39
40}}} // namespace steam::mobject::session
41#endif
Interface (abstract): any objective, constraint or wish of placing a MObject in a specific way.
LocatingPin representing an directive by the user that must not be violated.
Namespace of Session and user visible high-level objects.
Definition sequence.hpp:65
Steam-Layer implementation namespace root.