FlowLayer.h

Go to the documentation of this file.
00001 
00005 #import <Cocoa/Cocoa.h>
00006 
00007 @interface FlowLayer : NSObject {
00008 
00009         NSString *type;
00010         BOOL active;
00011         float alpha;
00012 }
00013 
00017 @property (retain) NSString *type;
00018 
00022 @property BOOL active;
00023 
00027 @property float alpha;
00028 
00038 - (id)initWithType:(NSString *)_type isActive:(BOOL)_active alphaValue:(float)_alpha;
00039 
00040 @end
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines