Lumiera  0.pre.03
»edit your freedom«
focus-tracker.cpp
Go to the documentation of this file.
1 /*
2  FocusTracker - track focus and activation changes to move the activity spot
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 
25 //#include "stage/ctrl/global-ctx.hpp"
26 //#include "lib/util.hpp"
27 
28 //using util::cStr;
29 //using util::isnil;
30 
31 
32 namespace stage {
33 namespace interact {
34 
35 
36 
37  // dtors via smart-ptr invoked from here...
38  FocusTracker::~FocusTracker()
39  { }
40 
41 
42  FocusTracker::FocusTracker (Navigator& navigator)
43  : navigator_{navigator}
44  { }
45 
46 
51 }}// namespace stage::interact
Helper to track focus/activation changes to move the activity "Spot" automatically.
Lumiera GTK UI implementation root.
Definition: guifacade.cpp:37