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

Diff for /OpenXM/src/cfep/MyOpenGLController.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 38 
Line 38 
 -(BOOL) windowShouldClose: (NSWindow *)sender ;  -(BOOL) windowShouldClose: (NSWindow *)sender ;
 -(void) addOglComm: (NSString *)comm ;   // Adding a OpenGL command.  -(void) addOglComm: (NSString *)comm ;   // Adding a OpenGL command.
 -(void) addOglInitComm: (NSString *)comm ;   // Adding a OpenGL initialization command.  -(void) addOglInitComm: (NSString *)comm ;   // Adding a OpenGL initialization command.
   -(int) countOfOglComm ;
   -(int) countOfOglInitComm;
   -(int) removeLastOfOglComm;
   -(int) removeLastOfOglInitComm;
   -(int) removeAllOfOglComm;
   -(int) removeAllOfOglInitComm;
   -(NSMutableArray *) getListOfOglComm;
   -(NSMutableArray *) getListOfOglInitComm;
   -(void) showCount;
   -(void) showEyeX: (float) x Y: (float) y Z: (float) z ;
   -(void) clearOutput;
 -(void) output: (NSString *)msg;  -(void) output: (NSString *)msg;
 @end  @end

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

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