summaryrefslogtreecommitdiff
path: root/src/lib/film.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/film.h')
-rw-r--r--src/lib/film.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/film.h b/src/lib/film.h
index 2699daa4e..c14b0f4fa 100644
--- a/src/lib/film.h
+++ b/src/lib/film.h
@@ -426,6 +426,9 @@ public:
void add_ffoc_lfoc(Markers& markers) const;
+ /** @return Reel types that are allowed given the current state of the film */
+ std::vector<ReelType> possible_reel_types() const;
+
void set_ui_state(std::string key, std::string value);
boost::optional<std::string> ui_state(std::string key) const;
void read_ui_state();