VocalEasel/Sources/VLAppController.h

29 lines
484 B
C
Raw Normal View History

//
2007-04-27 06:41:34 +00:00
// File: VLAppController.h - Application wide controller
//
2007-04-27 06:41:34 +00:00
// Author(s):
//
// (MN) Matthias Neeracher
//
// Copyright © 2005-2007 Matthias Neeracher
//
#import <Cocoa/Cocoa.h>
@interface VLAppController : NSObject {
2006-10-26 08:21:18 +00:00
IBOutlet id lilypondPath;
2006-10-26 08:21:18 +00:00
NSString * toolPath;
NSString * appPath;
}
- (IBAction) playNewPitch:(id)sender;
2006-10-26 08:21:18 +00:00
- (IBAction) selectLilypondPath:(id)sender;
2007-04-30 05:56:35 +00:00
- (IBAction) goToHelpURL:(id)sender;
@end
2006-10-26 08:21:18 +00:00
// Local Variables:
// mode:ObjC
// End: