eyeDrops  v2.3
A new approach to detecting eye blinks.
AnimationView.h
Go to the documentation of this file.
1 
31 #import <Cocoa/Cocoa.h>
32 #import "BLEDeviceManager.h"
33 
42 @interface AnimationView : NSView {
43 
47  BOOL isRunning;
48 
54 
58  BOOL isTestRun;
59 
64  int pos;
65 
70  int length;
71 
72  // NSDate *startDate;
73  // NSDate *stopDate;
74 }
75 
79 - (id)initWithFrame:(NSRect)frame;
80 
84 - (void)nextStep:(id)sender;
85 
89 - (void)startTestAnimation;
90 
94 - (void)startAnimation;
95 
99 - (void)stopAnimation;
100 
101 @end
Header file containing the Bluetooth low energy device manager class.
BOOL isRunning
Definition: AnimationView.h:47
void stopAnimation()
Definition: AnimationView.m:396
void startTestAnimation()
Definition: AnimationView.m:352
This class takes care of the calibration animation.
Definition: AnimationView.h:42
void startAnimation()
Definition: AnimationView.m:362
BOOL isCountingDown
Definition: AnimationView.h:53
int pos
Definition: AnimationView.h:64
int length
Definition: AnimationView.h:70