| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
'presets' is an NSMutableArray consisting of several of these:...
@interface Preset : NSObject
{
NSString* name;
float intensity;
float sensitivity;
float fade;
float zoom;
float zoomRotation;
int numLines;
float r1,g1,b1;
float r2,g2,b2;
bool smooth;
bool glow;
bool cycle;
bool sharpOverlay;
int scaleSystem;
};
@end;
Thanks,_______________________________________________
Jon
| References: | |
| >Saving arrays with NSUserDefaults? (From: Jonathan del Strother <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.