MusicKit  0.0.0
PartPrivate.h
00001 /*
00002   $Id$
00003   Defined In: The MusicKit
00004 
00005   Description:
00006     Method declarations for private category of MKPart.
00007 
00008   Original Author: David Jaffe
00009 
00010   Copyright (c) 1988-1992, NeXT Computer, Inc.
00011   Portions Copyright (c) 1994 NeXT Computer, Inc. and reproduced under license from NeXT
00012   Portions Copyright (c) 1994 Stanford University
00013   Portions Copyright (c) 1999-2005 The MusicKit Project.
00014 */
00015 #ifndef __MK__Part_H___
00016 #define __MK__Part_H___
00017 
00018 #import "MKPart.h"
00019 
00020 @interface MKPart(Private)
00021 
00022 - (void) _setNoteSender: (MKNoteSender *) aNS;
00023 - (MKNoteSender *) _noteSender;
00024 - (void) _unsetScore;
00025 - _addPerformanceObj: (MKPerformer *) aPerformer;
00026 - _removePerformanceObj: (MKPerformer *) aPerformer;
00027 - (MKScore *) _setScore: (MKScore *) newScore;
00028 - (void) _mapTags: (NSMutableDictionary *) aHashTable;
00029 
00030 @end
00031 
00032 #endif