ftp.nice.ch/pub/next/science/cartography/ICAO.0.7b.s.tar.gz#/ICAOfNEXT.0.7b/IcaoController.h

This is IcaoController.h in view mode; [Download] [Up]

#import <objc/Object.h>

@interface IcaoController:Object
{
    id  mapWindow;
    id  infoPanel;
		id  prefPanel;
    id  legalPanel;
		id  howManyObjects;
		id  mailSpeaker;
		
		/* PopUp for the PrintPanel */
		id	routeAdjust;
		
		/* Lot's of Cells for automatic enabling */
		id	toolsSubmenuCell;
		id	visibleObjectsCell;
		id	autoRouterCell;
		id	suggestTriangleCell;
		id 	printCell;
}

+ initialize;
- (BOOL)setPort;
- (const char *)user;

- routeAdjust;

- showPreferencesPanel:sender;
- showInfoPanel:sender;
- updateInfoPanel;
- mapChanged:sender;
- showLegalPanel:sender;
- sendComments:sender;

- (BOOL)menuActive:menuCell;
- (BOOL)switchAutorouteMenu:menuCell;

- openMapWindow:sender;
- openMapWindowFromFile:(const char *)filename;
@end

@interface IcaoController(ApplicationDelegate)
- appDidInit:sender;
- appWillTerminate:sender;
@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.