=================================================================== RCS file: /home/cvs/OpenXM/src/cfep/MyOpenGLView.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM/src/cfep/MyOpenGLView.h 2006/03/03 23:31:12 1.1 +++ OpenXM/src/cfep/MyOpenGLView.h 2006/03/07 11:15:23 1.2 @@ -16,16 +16,29 @@ int oglCommSize; NSMutableArray *oglInitComm; int oglInitCommSize; + int gid; } -(id) initWithFrame: (NSRect) frameRect; -(void) drawRectSimple: (NSRect) rect withColor: (double)c; -(void) drawRect: (NSRect) rect ; +-(void) showEyePos ; -(IBAction) setXeye: (id) sender; -(IBAction) setYeye: (id) sender; -(IBAction) setZeye: (id) sender; +-(void) setGid: (int) gid; -(void) addOglComm: (NSString *) comm by: (id) sender; -(void) drawOglComm ; -(void) addOglInitComm: (NSString *) comm by: (id) sender; + +-(NSMutableArray *)getListOfOglComm; +-(NSMutableArray *)getListOfOglInitComm; +-(int) countOfOglComm ; +-(int) countOfOglInitComm; +-(int) removeLastOfOglComm; +-(int) removeLastOfOglInitComm; +-(int) removeAllOfOglComm; +-(int) removeAllOfOglInitComm; + -(void) drawOglInitComm ; -(void) execute: (MyOpenGLCommand *)gc; -(void) initGL ;