summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-02-20 12:15:29 +0100
committerRobin Gareus <robin@gareus.org>2018-02-20 12:15:29 +0100
commit66732e4791be588b43cee4c43ebfb841b4a260eb (patch)
treea8d1f39161cca56d90ae4c7f586006effe450c03 /gtk2_ardour/ardour_ui.h
parent110317aad6ed77088a99d3d1c3b7d60b5808127c (diff)
Use standard Labels again.
Since the Gauges become little more than text with colored background, prepare their removal. If color is wanted, use named widget-style.
Diffstat (limited to 'gtk2_ardour/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h13
1 files changed, 3 insertions, 10 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index 8121b6b9bc..3962dc2945 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -74,9 +74,6 @@
#include "add_route_dialog.h"
#include "ardour_dialog.h"
#include "ardour_window.h"
-#include "dsp_load_gauge.h"
-#include "disk_space_gauge.h"
-#include "disk_io_gauge.h"
#include "editing.h"
#include "enums.h"
#include "mini_timeline.h"
@@ -492,9 +489,6 @@ private:
MiniTimeline mini_timeline;
TimeInfoBox* time_info_box;
- DspLoadGauge dsp_load_gauge;
- DiskIoGauge disk_io_gauge;
- DiskSpaceGauge disk_space_gauge;
ArdourWidgets::ArdourVSpacer meterbox_spacer;
ArdourWidgets::ArdourVSpacer meterbox_spacer2;
@@ -567,20 +561,19 @@ private:
Gtk::Label wall_clock_label;
gint update_wall_clock ();
+ Gtk::Label disk_space_label;
void update_disk_space ();
+ void format_disk_space_label (float);
Gtk::Label timecode_format_label;
void update_timecode_format ();
+ Gtk::Label dsp_load_label;
void update_cpu_load ();
- void update_xrun_count ();
-
Gtk::Label peak_thread_work_label;
void update_peak_thread_work ();
- void update_buffer_load ();
-
Gtk::Label sample_rate_label;
void update_sample_rate (ARDOUR::samplecnt_t);