Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/Classes/EventFilterPanelController.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (show annotations) (download) (as text)
Sat Sep 3 06:22:57 2011 UTC (12 years, 7 months ago) by toshinagata1964
File MIME type: text/x-chdr
File size: 1240 byte(s)
initial import
1 //
2 // EventFilterPanelController.h
3 // Alchemusica
4 //
5 /*
6 Copyright (c) 2008-2011 Toshi Nagata. All rights reserved.
7
8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation version 2 of the License.
11
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16 */
17
18 #import <Cocoa/Cocoa.h>
19
20 extern NSString *gModeKey, *gChannelPressureKey, *gNoteKey, *gPitchBendKey, *gPolyPressureKey, *gProgramKey, *gSysexKey, *gCCMetaKey;
21 extern NSString *gCCMetaNameKey, *gCCMetaSelectedKey, *gCCMetaNumberKey;
22
23 @interface EventFilterPanelController : NSWindowController
24 {
25 IBOutlet NSObjectController *filters;
26 IBOutlet NSArrayController *ccMetaFilters;
27 IBOutlet NSPopUpButtonCell *ccMetaPopUp;
28 IBOutlet NSTableView *ccMetaTableView;
29 }
30 - (void)setMode: (int)mode;
31 - (int)mode;
32 - (void)select: (BOOL)flag forKey: (id)key;
33 - (BOOL)isSelectedForKey: (id)key;
34 - (id)ccMetaFilters;
35 - (void)addNewCCMetaFilter: (int)number selected: (BOOL)selected;
36
37 @end

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26