=================================================================== RCS file: /home/cvs/OpenXM/src/cfep/MyDocument.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM/src/cfep/MyDocument.h 2006/03/03 23:31:12 1.1 +++ OpenXM/src/cfep/MyDocument.h 2006/03/06 08:55:31 1.2 @@ -64,10 +64,15 @@ NSMenuItem *menuItemRisaAsir; NSMenuItem *menuItemKanSm1; NSMenuItem *menuItemOutputDebugMessages; //cf. debugMyTunnel; + NSMenuItem *menuItemPrettyPrint; //cf. prettyPrint; // For error handling. NSMutableArray *errorLines; // For debug the tunnel int debugMyTunnel; + // asir-contrib is loaded or not. + int asir_contrib; + // pretty printing + int prettyPrint; ////////// NSTask *task; NSPipe *inboundPipe; @@ -147,6 +152,8 @@ // managing OpenGL messages. (channel 1 and 2) -(int) openGLActionFor: (NSString *)cmd; -(int) openGLInitActionFor: (NSString *)cmd; +// managing png messages. (channel 10) +-(void) pngActionFor: (NSString *)cmd; // notebookMode -(void) insertInputCell; -(NSString *)getContentsOfInputCell; @@ -164,6 +171,9 @@ -(void) setEngineRisaAsir: (id) sender; -(void) setEngineKanSm1: (id) sender; -(void) setDebugMyTunnel: (id) sender; +-(void) loadAsirContrib: (id) sender; +-(NSMenuItem *) menuItemLoadLibrary: (int) oxengine; +-(void) setPrettyPrint: (id) sender; -(void) mytest: (id) sender; @end