update resource pixmap settings even if asset not drawn
[goodguy/history.git] / cinelerra-5.1 / cinelerra / track.h
index 7318940bd49480a8b6d330733845fbd78ff414e3..bb1081e755f8d834c7532d5a91b0e6c70d0a2358 100644 (file)
@@ -150,7 +150,8 @@ public:
 
 // Used by PlayableTracks::is_playable
        int plugin_used(int64_t position, int64_t direction);
-
+// align to frame boundary
+       int64_t frame_align(int64_t position, int round);
 
        virtual int copy_settings(Track *track);
        void shift_keyframes(int64_t position, int64_t length);
@@ -275,6 +276,9 @@ public:
        int feather_edits(int64_t start, int64_t end, int64_t units);
        int64_t get_feather(int64_t selectionstart, int64_t selectionend);
 
+       int show_assets();
+       int show_titles();
+       int show_transitions();
 
 // Absolute number of this track
        int number_of();