version 1.1.1.1, 2006/03/03 23:31:12 |
version 1.2, 2006/03/06 08:55:31 |
|
|
NSMenuItem *menuItemRisaAsir; |
NSMenuItem *menuItemRisaAsir; |
NSMenuItem *menuItemKanSm1; |
NSMenuItem *menuItemKanSm1; |
NSMenuItem *menuItemOutputDebugMessages; //cf. debugMyTunnel; |
NSMenuItem *menuItemOutputDebugMessages; //cf. debugMyTunnel; |
|
NSMenuItem *menuItemPrettyPrint; //cf. prettyPrint; |
// For error handling. |
// For error handling. |
NSMutableArray *errorLines; |
NSMutableArray *errorLines; |
// For debug the tunnel |
// For debug the tunnel |
int debugMyTunnel; |
int debugMyTunnel; |
|
// asir-contrib is loaded or not. |
|
int asir_contrib; |
|
// pretty printing |
|
int prettyPrint; |
////////// |
////////// |
NSTask *task; |
NSTask *task; |
NSPipe *inboundPipe; |
NSPipe *inboundPipe; |
|
|
// managing OpenGL messages. (channel 1 and 2) |
// managing OpenGL messages. (channel 1 and 2) |
-(int) openGLActionFor: (NSString *)cmd; |
-(int) openGLActionFor: (NSString *)cmd; |
-(int) openGLInitActionFor: (NSString *)cmd; |
-(int) openGLInitActionFor: (NSString *)cmd; |
|
// managing png messages. (channel 10) |
|
-(void) pngActionFor: (NSString *)cmd; |
// notebookMode |
// notebookMode |
-(void) insertInputCell; |
-(void) insertInputCell; |
-(NSString *)getContentsOfInputCell; |
-(NSString *)getContentsOfInputCell; |
|
|
-(void) setEngineRisaAsir: (id) sender; |
-(void) setEngineRisaAsir: (id) sender; |
-(void) setEngineKanSm1: (id) sender; |
-(void) setEngineKanSm1: (id) sender; |
-(void) setDebugMyTunnel: (id) sender; |
-(void) setDebugMyTunnel: (id) sender; |
|
-(void) loadAsirContrib: (id) sender; |
|
-(NSMenuItem *) menuItemLoadLibrary: (int) oxengine; |
|
-(void) setPrettyPrint: (id) sender; |
-(void) mytest: (id) sender; |
-(void) mytest: (id) sender; |
|
|
@end |
@end |