Lumiera  0.pre.03
»edit your freedom«
work-site.cpp
Go to the documentation of this file.
1 /*
2  WorkSite - a place within interface space where work is done
3 
4  Copyright (C)
5  2017, 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 
24 //#include "stage/ctrl/global-ctx.hpp"
25 //#include "lib/util.hpp"
26 
27 //using util::cStr;
28 //using util::isnil;
29 
30 
31 namespace stage {
32 namespace interact {
33 
34 
35 
36  // dtors via smart-ptr invoked from here...
37  WorkSite::~WorkSite()
38  { }
39 
40 
45  { }
46 
47 
52 }}// namespace stage::interact
WorkSite()
Define a new coherent location within _"interface space"_ for future interaction. ...
Definition: work-site.cpp:44
Represent a place "in" the interface where the user is about to do something.
Lumiera GTK UI implementation root.
Definition: guifacade.cpp:37