VocalEasel/Sources/VLSheetViewNotes.h
Matthias Neeracher 2cd57a8869 Imported into SVN
2006-09-11 02:49:56 +00:00

24 lines
493 B
Objective-C

//
// VLSheetViewNotes.h
// Vocalese
//
// Created by Matthias Neeracher on 1/4/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface VLSheetView (Notes)
- (void) mouseMoved:(NSEvent *)event;
- (void) mouseDown:(NSEvent *)event;
- (void) mouseEntered:(NSEvent *)event;
- (void) mouseExited:(NSEvent *)event;
- (void) drawNotes;
- (void) setNoteCursorMeasure:(int)measure at:(VLFraction)at pitch:(int)pitch;
- (void) hideNoteCursor;
@end