Lumiera  0.pre.03
»edit your freedom«
work-site-trail.cpp
Go to the documentation of this file.
1 /*
2  WorkSiteTrail - manage history of visited work sites
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 
23 //#include "stage/ctrl/global-ctx.hpp"
24 //#include "lib/util.hpp"
25 
26 //using util::cStr;
27 //using util::isnil;
28 
29 
30 namespace stage {
31 namespace interact {
32 
33 
34 
35  // dtors via smart-ptr invoked from here...
36  WorkSiteTrail::~WorkSiteTrail()
37  { }
38 
39 
44  { }
45 
46 
51 }}// namespace stage::interact
History of work sites visited by the user in recent past.
WorkSiteTrail()
Define a new coherent location within _"interface space"_ for future interaction. ...
Lumiera GTK UI implementation root.
Definition: guifacade.cpp:37