Wired Foundation  2.0
A foundation framework for the Wired implementation on Mac OS X
WISettings Class Reference
Inheritance diagram for WISettings:

List of all members.

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

Detailed Description

Definition at line 29 of file WISettings.h.


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