Add AudioClock::on() method as convenience method for serialization
This commit is contained in:
parent
d41d612276
commit
dcc21b19a9
@ -58,6 +58,7 @@ class AudioClock : public CairoWidget, public ARDOUR::SessionHandlePtr
|
||||
Mode mode() const { return _mode; }
|
||||
void set_off (bool yn);
|
||||
bool off() const { return _off; }
|
||||
bool on() const { return !_off; }
|
||||
void set_widget_name (const std::string& name);
|
||||
void set_active_state (Gtkmm2ext::ActiveState s);
|
||||
void set_editable (bool yn);
|
||||
|
Loading…
Reference in New Issue
Block a user