|
Wired Foundation
2.0
A foundation framework for the Wired implementation on Mac OS X
|

Public Member Functions | |
| (NSDictionary *) | - defaults |
| (BOOL) | - synchronize |
| (void) | - setObject:forKey: |
| (id) | - objectForKey: |
| (void) | - removeObjectForKey: |
| (void) | - setString:forKey: |
| (NSString *) | - stringForKey: |
| (void) | - setBool:forKey: |
| (BOOL) | - boolForKey: |
| (void) | - setInt:forKey: |
| (int) | - intForKey: |
| (void) | - setInteger:forKey: |
| (NSInteger) | - integerForKey: |
| (void) | - setFloat:forKey: |
| (float) | - floatForKey: |
| (void) | - setDouble:forKey: |
| (double) | - doubleForKey: |
| (void) | - addObject:toArrayForKey: |
| (void) | - replaceObjectAtIndex:withObject:inArrayForKey: |
| (void) | - removeObjectAtIndex:fromArrayForKey: |
| (void) | - setObject:forKey:inDictionaryForKey: |
| (void) | - removeObjectForKey:inDictionaryForKey: |
Static Public Member Functions | |
| (id) | + settings |
| (id) | + settingsWithIdentifier: |
Protected Attributes | |
| NSString * | _identifier |
| id | _defaults |
| NSDictionary * | _defaultValues |
Definition at line 29 of file WISettings.h.