Lumiera  0.pre.03
»edit your freedom«
spot-locator.cpp
Go to the documentation of this file.
1 /*
2  SpotLocator - conduct and direct a global centre of activity
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  SpotLocator::~SpotLocator()
37  { }
38 
39 
40  SpotLocator::SpotLocator()
41  { }
42 
43 
48 }}// namespace stage::interact
Navigating a centre of user activity globally.
Lumiera GTK UI implementation root.
Definition: guifacade.cpp:37