implement mark_in, mark_out, toggle_click

This commit is contained in:
Ben Loftis 2016-01-15 17:11:19 -06:00 committed by Robin Gareus
parent f0d9295dd6
commit 36e1ff48bc
4 changed files with 32 additions and 4 deletions

View file

@ -81,6 +81,11 @@ class LIBCONTROLCP_API BasicUI {
void redo ();
void toggle_punch_in ();
void toggle_punch_out ();
void mark_in();
void mark_out();
void toggle_click();
void set_record_enable (bool yn);
bool get_record_enabled ();