Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
ruler-widget.hpp
Go to the documentation of this file.
1/*
2 RULER-WIDGET.hpp - display of the time ruler at the top of the timeline UI
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_RULER_WIDGET_H
24#define STAGE_TIMELINE_RULER_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
35namespace stage {
36namespace timeline {
37
38
43 {
44 public:
45 RulerWidget ();
47
48 private:/* ===== Internals ===== */
49
50 };
51
52
53}}// namespace stage::timeline
54#endif /*STAGE_TIMELINE_RULER_WIDGET_H*/
A set of basic GTK includes for the UI.
Lumiera GTK UI implementation root.
Definition guifacade.cpp:37