X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fmain_clock.h;h=bf0712686adff4c9c5e5e59d41dcb9510a9092a1;hb=6424a0eab93c85f8b1ff56334f779c1232dfe475;hp=f5f9096b396ff9e765f648436a958e316824e57b;hpb=7de6128169f5e7834c6670b2d43e944aae2dd193;p=ardour.git diff --git a/gtk2_ardour/main_clock.h b/gtk2_ardour/main_clock.h index f5f9096b39..bf0712686a 100644 --- a/gtk2_ardour/main_clock.h +++ b/gtk2_ardour/main_clock.h @@ -25,11 +25,10 @@ class MainClock : public AudioClock { public: - MainClock (const std::string& clock_name, bool is_transient, const std::string& widget_name, - bool editable, bool follows_playhead, bool primary, bool duration = false, bool with_info = false); + MainClock (const std::string& clock_name, const std::string& widget_name, bool primary); private: - + // Editor *_editor; void build_ops_menu (); @@ -38,5 +37,8 @@ private: void edit_current_meter (); void insert_new_tempo (); void insert_new_meter (); + framepos_t absolute_time () const; bool _primary; + + bool on_button_press_event (GdkEventButton *ev); };