Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/Classes/GraphicSplitterView.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 201 - (show annotations) (download) (as text)
Thu Apr 14 14:18:07 2022 UTC (2 years, 1 month ago) by toshinagata1964
File MIME type: text/x-chdr
File size: 1013 byte(s)
Value resolution in the strip chart can be selected from 0.25,0.5,1,2,4.
1 //
2 // GraphicSplitterView.h
3 // Created by Toshi Nagata on Sun Feb 09 2003.
4 //
5 /*
6 Copyright (c) 2003-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 #import "MyPopUpButton.h"
20
21 @interface GraphicSplitterView : NSView {
22 MyPopUpButton *kindPopup;
23 MyPopUpButton *codePopup;
24 MyPopUpButton *trackPopup;
25 MyPopUpButton *resolutionPopup;
26 NSTextField *trackLabelText;
27 NSTextField *resolutionLabelText;
28 NSMenu *controlSubmenu;
29 }
30
31 - (void)setKindAndCode: (int32_t)kindAndCode;
32 - (void)setTrack: (int)track;
33 - (void)rebuildTrackPopup;
34
35 @end

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