Lumiera  0.pre.03
»edit your freedom«
switchboard-widget.cpp
Go to the documentation of this file.
1 /*
2  SwitchboardWidget - display of a video viewer control switchboard
3 
4  Copyright (C)
5  2016, 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 
24 #include "stage/gtk-base.hpp"
26 
27 //#include "stage/ui-bus.hpp"
28 //#include "lib/format-string.hpp"
29 //#include "lib/format-cout.hpp"
30 
31 //#include "lib/util.hpp"
32 
33 //#include <algorithm>
34 //#include <vector>
35 
36 
37 
38 //using util::_Fmt;
39 //using util::contains;
40 //using Gtk::Widget;
41 //using sigc::mem_fun;
42 //using sigc::ptr_fun;
43 //using std::cout;
44 //using std::endl;
45 
46 
47 namespace stage {
48 namespace widget {
49 
50 
51 
52 
53 
54  SwitchboardWidget::SwitchboardWidget()
55  {
56  }
57 
58 
59  SwitchboardWidget::~SwitchboardWidget()
60  {
61  }
62 
63 
64 
65 
66 }}// namespace stage::widget
Widget to render a switchboard for controlling the video display sources and overlays.
Lumiera GTK UI implementation root.
Definition: guifacade.cpp:37
A set of basic GTK includes for the UI.