Lumiera
0.pre.03
»edit your freedom«
Lumiera API Documentation
Intro
Overview
Modules
+
Classes
Class List
Class Index
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
+
Typedefs
a
b
d
e
f
h
i
l
o
p
r
s
t
v
y
Enumerations
Enumerator
+
Related Functions
_
b
c
e
f
h
i
k
m
n
o
p
q
s
t
u
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
s
t
u
w
z
Typedefs
Enumerations
Enumerator
+
Files
File List
+
File Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Functions
b
c
d
e
f
h
i
j
l
m
n
o
p
q
r
s
t
u
Variables
Typedefs
Enumerations
Enumerator
+
Macros
a
c
d
e
g
i
k
l
m
n
o
p
r
s
t
v
Related Pages
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
ruler-widget.cpp
Go to the documentation of this file.
1
/*
2
RulerWidget - 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
#include "
stage/gtk-base.hpp
"
24
#include "
stage/timeline/ruler-widget.hpp
"
25
26
//#include "stage/ui-bus.hpp"
27
//#include "lib/format-string.hpp"
28
//#include "lib/format-cout.hpp"
29
30
//#include "lib/util.hpp"
31
32
//#include <algorithm>
33
//#include <vector>
34
35
36
37
//using util::_Fmt;
38
//using util::contains;
39
//using Gtk::Widget;
40
//using sigc::mem_fun;
41
//using sigc::ptr_fun;
42
//using std::cout;
43
//using std::endl;
44
45
46
namespace
stage
{
47
namespace
timeline {
48
49
50
51
52
53
RulerWidget::RulerWidget ()
54
{
55
}
56
57
58
RulerWidget::~RulerWidget()
59
{
60
}
61
62
63
64
65
}}
// namespace stage::timeline
ruler-widget.hpp
The time overview ruler presented at top of the timeline UI.
stage
Lumiera GTK UI implementation root.
Definition:
guifacade.cpp:37
gtk-base.hpp
A set of basic GTK includes for the UI.
stage
timeline
ruler-widget.cpp
Generated on Fri Dec 13 2024 05:05:35 for Lumiera by
1.8.13