Lumiera  0.pre.03
»edit your freedom«
spot-locator.hpp
Go to the documentation of this file.
1 /*
2  SPOT-LOCATOR.hpp - 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 
30 #ifndef STAGE_INTERACT_SPOT_LOCATOR_H
31 #define STAGE_INTERACT_SPOT_LOCATOR_H
32 
33 #include "stage/gtk-base.hpp"
34 #include "lib/nocopy.hpp"
35 
36 //#include <string>
37 //#include <memory>
38 
39 
40 namespace stage {
41 namespace interact {
42 
43 // using std::unique_ptr;
44 // using std::string;
45 
46 // class GlobalCtx;
47 
48 
49 
57  {
58 
59  public:
60  SpotLocator();
61  ~SpotLocator();
62 
63  private:
64 
65  };
66 
67 
68 
69 }}// namespace stage::interact
70 #endif /*STAGE_INTERACT_SPOT_LOCATOR_H*/
Any copy and copy construction prohibited.
Definition: nocopy.hpp:37
Mix-Ins to allow or prohibit various degrees of copying and cloning.
Lumiera GTK UI implementation root.
Definition: guifacade.cpp:37
Control and navigate the global centre of activity.
A set of basic GTK includes for the UI.