00001 // 00002 // AUGUIController.h 00003 // auguiCocoa 00004 // 00005 // Created by Airy AndrŽ on Sun May 30 2004. 00006 // Copyright (c) 2004 __MyCompanyName__. All rights reserved. 00007 // 00008 00009 #import <InterfaceBuilder/InterfaceBuilder.h> 00010 00011 @interface AUGUIControllerInspector : IBInspector 00012 { 00013 IBOutlet NSTextField *cocoaView; 00014 } 00015 // simple accessors 00016 - (void)ok:(id)sender; 00017 - (void)revert:(id)sender; 00018 00019 - (void)removeConnector:(id)connector 00020 inUndo:(BOOL)inUndo; 00021 - (void)addConnector:(id)connector 00022 inUndo:(BOOL)inUndo; 00023 @end 00024