The shared settings container.
More...
#import <Settings.h>
Inherits NSObject, and <NSCoding>.
The shared settings container.
This class manages the shared settings of the application.
- Author
- Benjamin Thiemann
- Date
- 2017/01/17
◆ sharedInstance()
+ (instancetype) sharedInstance |
|
|
|
This method returns the shared instance of this singleton class.
◆ autoConnect
Boolean value that indicates whether an autoconnect to the last known device is desired.
◆ autoScan
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 value that represents the battery level.
◆ blinkTimerValue
- (NSUInteger) blinkTimerValue |
|
readwriteatomic |
Integer value that represents the allowed interval without blinking.
◆ blurSpeed
Float value that represents the blur speed.
◆ blurStep
Float value that represents the blur step.
◆ lastKnownDevice
- (NSString*) lastKnownDevice |
|
readwriteatomic |
◆ maxBlurRadius
- (NSUInteger) maxBlurRadius |
|
readwriteatomic |
Integer value that represents the maximum blur radius.
◆ xmlFile
The path to the XML file.
The documentation for this class was generated from the following files:
- /Users/Benny/dropbox/software/cocoa-app/_eyeDrops/eyeDrops/doxygen/Settings.h
- /Users/Benny/dropbox/software/cocoa-app/_eyeDrops/eyeDrops/doxygen/Settings.m