File: PGView.h

package info (click to toggle)
pgplot5 5.2-8
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 6,268 kB
  • ctags: 5,900
  • sloc: fortran: 37,938; ansic: 18,809; sh: 1,136; objc: 532; perl: 443; makefile: 271; pascal: 233; tcl: 178; awk: 51; csh: 25
file content (30 lines) | stat: -rw-r--r-- 664 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* Generated by Interface Builder */

#import <appkit/View.h>
#import <appkit/NXCursor.h>
#import <objc/Storage.h>

@interface PGView:View
{
      Storage     *psdata;
      NXCoord     prevw, prevh;
      int         lwtype;
      DPSContext  ctxt;
      int         iflush, nbuf, nplot;
}

- initFrame:(const NXRect *) frameRect;
- drawSelf:(const NXRect *) rects :(int)rectCount;

- pgplotDefs;

- beginp;
- flush;
- gettype: (int *) iptype;
- getwind: (int *) ixdim  by: (int *) iydim
      color: (int *) icol  scale: (double *) dmag;
- pscode: (char *) cbuf;
- readcursor: (NXPoint *) aPoint char: (int *) ichar
      cursor: (NXCursor *) crossCursor;

@end