X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fimageframe_view.h;h=49b29038c4739f01ca53650c0909691a45a35254;hb=c0868805b7f329452882a61637ef8d97073bf47b;hp=281e09ebb8bb78f5764c4346713239fafb12afe8;hpb=bb9cc45cd22af67ac275a5e73accbe14fee664d8;p=ardour.git diff --git a/gtk2_ardour/imageframe_view.h b/gtk2_ardour/imageframe_view.h index 281e09ebb8..49b29038c4 100644 --- a/gtk2_ardour/imageframe_view.h +++ b/gtk2_ardour/imageframe_view.h @@ -65,8 +65,8 @@ class ImageFrameView : public TimeAxisViewItem ImageFrameTimeAxisGroup* group, double spu, Gdk::Color& base_color, - nframes_t start, - nframes_t duration, + framepos_t start, + framecnt_t duration, unsigned char* rgb_data, uint32_t width, uint32_t height, @@ -78,7 +78,7 @@ class ImageFrameView : public TimeAxisViewItem */ ~ImageFrameView() ; - static sigc::signal GoingAway; + static PBD::Signal1 CatchDeletion; //---------------------------------------------------------------------------------------// // Position and duration Accessors/Mutators @@ -90,7 +90,7 @@ class ImageFrameView : public TimeAxisViewItem * @param src the identity of the object that initiated the change * @return true if the position change was a success, false otherwise */ - virtual bool set_position(nframes64_t pos, void* src, double* delta = 0) ; + virtual bool set_position(framepos_t pos, void* src, double* delta = 0) ; /** * Sets the duration of this item @@ -99,7 +99,7 @@ class ImageFrameView : public TimeAxisViewItem * @param src the identity of the object that initiated the change * @return true if the duration change was succesful, false otherwise */ - virtual bool set_duration(nframes64_t dur, void* src) ; + virtual bool set_duration(framepos_t dur, void* src) ; //---------------------------------------------------------------------------------------// // Parent Component Methods