=================================================================== RCS file: /home/cvs/OpenXM/src/cfep/MyOpenGLView.h,v retrieving revision 1.2 retrieving revision 1.4 diff -u -p -r1.2 -r1.4 --- OpenXM/src/cfep/MyOpenGLView.h 2006/03/07 11:15:23 1.2 +++ OpenXM/src/cfep/MyOpenGLView.h 2006/03/10 11:48:01 1.4 @@ -17,6 +17,7 @@ NSMutableArray *oglInitComm; int oglInitCommSize; int gid; + NSFont *myfont; } -(id) initWithFrame: (NSRect) frameRect; -(void) drawRectSimple: (NSRect) rect withColor: (double)c; @@ -26,6 +27,9 @@ -(IBAction) setYeye: (id) sender; -(IBAction) setZeye: (id) sender; -(void) setGid: (int) gid; +-(void) setInitGL: (id) sender; +-(int) getOglCommSize; +-(int) getOglInitCommSize; -(void) addOglComm: (NSString *) comm by: (id) sender; -(void) drawOglComm ; -(void) addOglInitComm: (NSString *) comm by: (id) sender;