X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fimageframe_time_axis_group.h;h=090a464b4b89aa487495df275765a6c903ced67f;hb=aaa44a37aaf585b9bcd9268a9551a005e6269bdb;hp=18731acbb8637cc06c8cec720a9718158091d473;hpb=209d967b1bb80a9735d690d8f4f0455ecb9970ca;p=ardour.git diff --git a/gtk2_ardour/imageframe_time_axis_group.h b/gtk2_ardour/imageframe_time_axis_group.h index 18731acbb8..090a464b4b 100644 --- a/gtk2_ardour/imageframe_time_axis_group.h +++ b/gtk2_ardour/imageframe_time_axis_group.h @@ -24,8 +24,8 @@ #include #include -#include -#include +#include +#include #include #include "imageframe_time_axis_view.h" @@ -40,7 +40,7 @@ class ImageFrameView ; * A viewable object may also be useful... * */ -class ImageFrameTimeAxisGroup : public SigC::Object +class ImageFrameTimeAxisGroup : public sigc::trackable { public: //---------------------------------------------------------------------------------------// @@ -117,7 +117,7 @@ class ImageFrameTimeAxisGroup : public SigC::Object * * @param color the new base color */ - void apply_item_color(GdkColor&) ; + void apply_item_color(Gdk::Color&) ; //---------------------------------------------------------------------------------------// @@ -234,7 +234,7 @@ class ImageFrameTimeAxisGroup : public SigC::Object //---------------------------------------------------------------------------------// // Emitted Signals - SigC::Signal0 GoingAway ; + sigc::signal GoingAway ; /** * Emitted when this Group has been removed @@ -243,16 +243,16 @@ class ImageFrameTimeAxisGroup : public SigC::Object * the destructor, this allows us to capture the source of the deletion * event */ - SigC::Signal2 GroupRemoved ; + sigc::signal GroupRemoved ; /** Emitted when we have changed the name of this TimeAxis */ - SigC::Signal3 NameChanged ; + sigc::signal NameChanged ; /** Emitted when an ImageFrameView is added to this group */ - SigC::Signal2 ImageFrameAdded ; + sigc::signal ImageFrameAdded ; /** Emitted when an ImageFrameView is removed from this group */ - SigC::Signal4 ImageFrameRemoved ; + sigc::signal ImageFrameRemoved ; protected: @@ -288,7 +288,7 @@ class ImageFrameTimeAxisGroup : public SigC::Object std::string _group_id ; /* XXX why are these different? */ - GdkColor region_color ; + Gdk::Color region_color ; uint32_t stream_base_color ; /** indicates if this group is currently selected */