Lumiera
0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
navigator-widget.cpp
Go to the documentation of this file.
1
/*
2
NavigatorWidget - display of navigation controls in 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
24
#include "
stage/gtk-base.hpp
"
25
#include "
stage/style-scheme.hpp
"
26
#include "
stage/timeline/navigator-widget.hpp
"
27
28
//#include "stage/ui-bus.hpp"
29
//#include "lib/format-string.hpp"
30
//#include "lib/format-cout.hpp"
31
32
//#include "lib/util.hpp"
33
34
//#include <algorithm>
35
//#include <vector>
36
37
38
39
//using util::_Fmt;
40
//using util::contains;
41
//using Gtk::Widget;
42
//using sigc::mem_fun;
43
//using sigc::ptr_fun;
44
//using std::cout;
45
//using std::endl;
46
47
48
namespace
stage
{
49
namespace
timeline {
50
51
52
53
54
55
56
NavigatorWidget::~NavigatorWidget
() { }
57
58
59
NavigatorWidget::NavigatorWidget
()
60
:
Gtk
::Grid{}
61
{
62
get_style_context()->add_class (
CLASS_timeline_navi
);
63
}
64
65
66
67
68
}}
// namespace stage::timeline
stage::timeline::NavigatorWidget::NavigatorWidget
NavigatorWidget()
Definition
navigator-widget.cpp:59
stage::timeline::NavigatorWidget::~NavigatorWidget
~NavigatorWidget()
Definition
navigator-widget.cpp:56
gtk-base.hpp
A set of basic GTK includes for the UI.
Gtk
Definition
cmd-context.hpp:61
stage
Lumiera GTK UI implementation root.
Definition
guifacade.cpp:37
stage::CLASS_timeline_navi
cuString CLASS_timeline_navi
Definition
style-scheme.cpp:75
navigator-widget.hpp
Widget for navigation controls within the timeline UI.
style-scheme.hpp
Definition of access keys for uniform UI styling.
stage
timeline
navigator-widget.cpp
Generated on Fri Nov 7 2025 for Lumiera by
1.9.8