Lumiera  0.pre.03
»edit your freedom«
player-widget.hpp
Go to the documentation of this file.
1 /*
2  PLAYER-WIDGET.hpp - display of a playback control element
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 
41 #ifndef STAGE_WIDGET_PLAYER_WIDGET_H
42 #define STAGE_WIDGET_PLAYER_WIDGET_H
43 
44 #include "stage/gtk-base.hpp"
45 
46 //#include "lib/util.hpp"
47 
48 //#include <memory>
49 //#include <vector>
50 
51 
52 
53 namespace stage {
54 namespace widget {
55 
56 
61  {
62  public:
63  PlayerWidget ();
64  ~PlayerWidget();
65 
66  private:/* ===== Internals ===== */
67 
68  };
69 
70 
71 }}// namespace stage::widget
72 #endif /*STAGE_WIDGET_PLAYER_WIDGET_H*/
Lumiera GTK UI implementation root.
Definition: guifacade.cpp:37
A set of basic GTK includes for the UI.