[BACK]Return to MyOpenGLView.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / cfep

Diff for /OpenXM/src/cfep/MyOpenGLView.h between version 1.1 and 1.2

version 1.1, 2006/03/03 23:31:12 version 1.2, 2006/03/07 11:15:23
Line 16 
Line 16 
   int oglCommSize;    int oglCommSize;
   NSMutableArray *oglInitComm;    NSMutableArray *oglInitComm;
   int oglInitCommSize;    int oglInitCommSize;
     int gid;
 }  }
 -(id) initWithFrame: (NSRect) frameRect;  -(id) initWithFrame: (NSRect) frameRect;
 -(void) drawRectSimple: (NSRect) rect withColor: (double)c;  -(void) drawRectSimple: (NSRect) rect withColor: (double)c;
 -(void) drawRect: (NSRect) rect ;  -(void) drawRect: (NSRect) rect ;
   -(void) showEyePos ;
 -(IBAction) setXeye: (id) sender;  -(IBAction) setXeye: (id) sender;
 -(IBAction) setYeye: (id) sender;  -(IBAction) setYeye: (id) sender;
 -(IBAction) setZeye: (id) sender;  -(IBAction) setZeye: (id) sender;
   -(void) setGid: (int) gid;
 -(void) addOglComm: (NSString *) comm by: (id) sender;  -(void) addOglComm: (NSString *) comm by: (id) sender;
 -(void) drawOglComm ;  -(void) drawOglComm ;
 -(void) addOglInitComm: (NSString *) comm by: (id) sender;  -(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) drawOglInitComm ;
 -(void) execute: (MyOpenGLCommand *)gc;  -(void) execute: (MyOpenGLCommand *)gc;
 -(void) initGL ;  -(void) initGL ;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>