Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
patchbay-widget.hpp
Go to the documentation of this file.
1/*
2 PATCHBAY-WIDGET.hpp - display of the patchbay to control track placement parameters
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
30#ifndef STAGE_TIMELINE_PATCHBAY_WIDGET_H
31#define STAGE_TIMELINE_PATCHBAY_WIDGET_H
32
33#include "stage/gtk-base.hpp"
34
35//#include "lib/util.hpp"
36
37//#include <memory>
38//#include <vector>
39
40
41
42namespace stage {
43namespace timeline {
44
45 using PAdjustment = Glib::RefPtr<Gtk::Adjustment>;
46
47 class TrackHeadWidget;
48
49
62 : public Gtk::ScrolledWindow
63 {
64 public:
65 PatchbayWidget (PAdjustment const& vScroll);
67
69 void installFork (TrackHeadWidget& rootTrackHead);
70 void disable();
71
72 private:/* ===== Internals ===== */
73
74 };
75
76
77}}// namespace stage::timeline
78#endif /*STAGE_TIMELINE_PATCHBAY_WIDGET_H*/
Header pane control area corresponding to a fork of nested tracks.
void installFork(TrackHeadWidget &rootTrackHead)
Header pane control area corresponding to a Track with nested child Tracks.
A set of basic GTK includes for the UI.
Glib::RefPtr< Gtk::Adjustment > PAdjustment
Lumiera GTK UI implementation root.
Definition guifacade.cpp:37