|
|
1.1 ! root 1: /*-------------------------------------------------------------------------- ! 2: * ! 3: * You may freely copy, distribute, and reuse the code in this example. ! 4: * SHL Systemhouse disclaims any warranty of any kind, expressed or ! 5: * implied, as to its fitness for any particular use. ! 6: * ! 7: * AppController ! 8: * ! 9: * Inherits From: NSObject ! 10: * ! 11: * Conforms To: None ! 12: * ! 13: * Declared In: AppController.h ! 14: * ! 15: * Class Description ! 16: * ! 17: * Application controller for EO key value coding example. ! 18: * ! 19: * ! 20: *------------------------------------------------------------------------*/ ! 21: #import <appkit/appkit.h> ! 22: #import <eointerface/eointerface.h> ! 23: #import <eoaccess/eoaccess.h> ! 24: #import <foundation/NSObject.h> ! 25: #import <foundation/NSArray.h> ! 26: ! 27: @class Catalog; ! 28: ! 29: ! 30: ! 31: @interface AppController:NSObject ! 32: { ! 33: id controller; ! 34: id ivarArray; ! 35: id window; ! 36: id textDisplay; ! 37: id traceSetting; ! 38: id traceDelay; ! 39: id console; ! 40: ! 41: id objectName; ! 42: id objectPrice; ! 43: id objectTitle; ! 44: ! 45: BOOL startup; ! 46: ! 47: ! 48: } ! 49: ! 50: - display:(NSArray *)argArray; ! 51: - console:(NSArray *)argArray; ! 52: - updateObjectView: (Catalog *)newObject; ! 53: ! 54: ! 55: @end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.