eyeDrops  v2.3
A new approach to detecting eye blinks.
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Pages
Class Methods | Properties | List of all members
Settings Class Reference

The shared settings container. More...

#import <Settings.h>

Inherits NSObject, and <NSCoding>.

Class Methods

(id) + sharedInstance
 

Properties

BOOL autoScan
 
BOOL autoConnect
 
NSUInteger maxBlurRadius
 
float blurStep
 
float blurSpeed
 
float batteryLevel
 
NSUInteger blinkTimerValue
 
BOOL autoSelectXMLFile
 
NSString * xmlFile
 
NSString * lastKnownDevice
 

Detailed Description

The shared settings container.

This class manages the shared settings of the application.

Author
Benjamin Thiemann
Date
2017/01/17

Method Documentation

◆ sharedInstance()

+ (instancetype) sharedInstance

This method returns the shared instance of this singleton class.

Property Documentation

◆ autoConnect

- (BOOL) autoConnect
readwriteatomic

Boolean value that indicates whether an autoconnect to the last known device is desired.

◆ autoScan

- (BOOL) autoScan
readwriteatomic

Boolean value that indicates whether an autoscan is desired.

◆ autoSelectXMLFile

- (BOOL) autoSelectXMLFile
readwriteatomic

Boolean value that indicates whether the XML file is automatically selected.

◆ batteryLevel

- (float) batteryLevel
readwriteatomic

Float value that represents the battery level.

◆ blinkTimerValue

- (NSUInteger) blinkTimerValue
readwriteatomic

Integer value that represents the allowed interval without blinking.

◆ blurSpeed

- (float) blurSpeed
readwriteatomic

Float value that represents the blur speed.

◆ blurStep

- (float) blurStep
readwriteatomic

Float value that represents the blur step.

◆ lastKnownDevice

- (NSString*) lastKnownDevice
readwriteatomic

The last known device.

◆ maxBlurRadius

- (NSUInteger) maxBlurRadius
readwriteatomic

Integer value that represents the maximum blur radius.

◆ xmlFile

- (NSString*) xmlFile
readwriteatomic

The path to the XML file.


The documentation for this class was generated from the following files: