Lumiera  0.pre.03
»edit your freedom«
work-site.hpp
Go to the documentation of this file.
1 /*
2  WORK-SITE.hpp - a place within interface space where work is done
3 
4  Copyright (C) Lumiera.org
5  2017, Hermann Vosseler <Ichthyostega@web.de>
6 
7  This program is free software; you can redistribute it and/or
8  modify it under the terms of the GNU General Public License as
9  published by the Free Software Foundation; either version 2 of
10  the License, or (at your option) any later version.
11 
12  This program is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  GNU General Public License for more details.
16 
17  You should have received a copy of the GNU General Public License
18  along with this program; if not, write to the Free Software
19  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 
21 */
22 
23 
45 #ifndef STAGE_INTERACT_WORK_SITE_H
46 #define STAGE_INTERACT_WORK_SITE_H
47 
48 #include "stage/gtk-base.hpp"
49 #include "lib/nocopy.hpp"
50 
51 //#include <string>
52 //#include <memory>
53 
54 
55 namespace stage {
56 namespace interact {
57 
58 // using std::unique_ptr;
59 // using std::string;
60 
61 // class GlobalCtx;
62 
63 
64 
72  class WorkSite
74  {
75 
76  public:
77  WorkSite();
78  ~WorkSite();
79 
80  private:
81 
82  };
83 
84 
85 
86 }}// namespace stage::interact
87 #endif /*STAGE_INTERACT_WORK_SITE_H*/
WorkSite()
Define a new coherent location within _"interface space"_ for future interaction. ...
Definition: work-site.cpp:53
Any copy and copy construction prohibited.
Definition: nocopy.hpp:46
A clustering of information and bindings, related to a "location" where the user is about to do ongoi...
Definition: work-site.hpp:72
Mix-Ins to allow or prohibit various degrees of copying and cloning.
Lumiera GTK UI implementation root.
Definition: guifacade.cpp:46
A set of basic GTK includes for the UI.