Lumiera  0.pre.03
»edit your freedom«
plug.hpp
Go to the documentation of this file.
1 /*
2  PLUG.hpp - LocatingPin for requesting connection to some Pipe
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 
20 #ifndef MOBJECT_SESSION_PLUG_H
21 #define MOBJECT_SESSION_PLUG_H
22 
24 
25 
26 
27 namespace steam {
28 namespace asset { class Pipe; }
29 
30 namespace mobject {
31 namespace session {
32 
36  class Plug : public Wish
37  {
38  protected:
41 
42  };
43 
44 }}} // namespace steam::mobject::session
45 #endif
LocatingPin for requesting connection to some Pipe.
Definition: plug.hpp:36
asset::Pipe * outPipe
the Pipe this MObject wants to be connected to
Definition: plug.hpp:40
Steam-Layer implementation namespace root.
Namespace of Session and user visible high-level objects.
Definition: sequence.hpp:65
structural asset corresponding to the part of the model forming a processing pipe for generating medi...
Definition: pipe.hpp:70
LocatingPin representing a low-priority directive by the user, to be fulfilled only if possible (and ...
Definition: wish.hpp:38
The asset subsystem of the Steam-Layer.
Definition: wrapperptr.hpp:35