Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

AUGUIParameterBinding.h

Go to the documentation of this file.
00001 // 00002 // AUGUIParameterBinding.h 00003 // BusyPalette 00004 // 00005 // Created by Airy AndrŽ on Sat May 22 2004. 00006 // Copyright (c) 2004 __MyCompanyName__. All rights reserved. 00007 // 00008 00009 #import <Cocoa/Cocoa.h> 00010 00011 @class AUGUIView; 00012 00013 @interface AUGUIParameterBinding : NSObject 00014 { 00015 int _paramID; 00016 IBOutlet NSControl *_control; 00017 IBOutlet AUGUIView *_cocoaView; 00018 } 00019 - (void)ok:(NSControl *)sender; 00020 - (id)initWithCoder:(NSCoder *)coder; 00021 - (void)encodeWithCoder:(NSCoder *)coder; 00022 - (void)setParamID:(int)param; 00023 - (int)paramID; 00024 - (NSControl *)control; 00025 - (AUGUIView *)view; 00026 @end 00027





Generated on Sun May 23 19:32:00 2004 for AUGUI Framework by doxygen1.3.7

hosted on SourceForge.net Logo