summaryrefslogtreecommitdiff
path: root/src/wx/timeline_labels_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/timeline_labels_view.h')
-rw-r--r--src/wx/timeline_labels_view.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/wx/timeline_labels_view.h b/src/wx/timeline_labels_view.h
index 96dd692af..846184a92 100644
--- a/src/wx/timeline_labels_view.h
+++ b/src/wx/timeline_labels_view.h
@@ -28,8 +28,15 @@ public:
dcpomatic::Rect<int> bbox () const;
+ void set_3d (bool s);
+ void set_subtitle (bool s);
+ void set_atmos (bool s);
+
private:
void do_paint (wxGraphicsContext* gc, std::list<dcpomatic::Rect<int> > overlaps);
int _width;
+ bool _threed;
+ bool _subtitle;
+ bool _atmos;
};