Lumiera  0.pre.03
»edit your freedom«
transition-widget.hpp
Go to the documentation of this file.
1 /*
2  TRANSITION-WIDGET.hpp - display of a transition or blend of media elements
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 
23 #ifndef STAGE_TIMELINE_TRANSITION_WIDGET_H
24 #define STAGE_TIMELINE_TRANSITION_WIDGET_H
25 
26 #include "stage/gtk-base.hpp"
27 
28 //#include "lib/util.hpp"
29 
30 //#include <memory>
31 //#include <vector>
32 
33 
34 
35 namespace stage {
36 namespace timeline {
37 
38 
43  {
44  public:
47 
48  private:/* ===== Internals ===== */
49 
50  };
51 
52 
53 }}// namespace stage::timeline
54 #endif /*STAGE_TIMELINE_TRANSITION_WIDGET_H*/
Lumiera GTK UI implementation root.
Definition: guifacade.cpp:37
A set of basic GTK includes for the UI.