Annotation of Examples/EnterpriseObjects/EOController/PeopleDemo_sybase/MainController.h, revision 1.1

1.1     ! root        1: #import <appkit/appkit.h>
        !             2: #import <eointerface/eointerface.h>
        !             3: #import <eoaccess/eoaccess.h>
        !             4: 
        !             5: 
        !             6: @interface MainController:Object
        !             7: {
        !             8:        id masterController;
        !             9:                
        !            10:        id formMatrix;
        !            11:        id textField;
        !            12:        id sortMatrix;
        !            13:        
        !            14:        id      rootEntity;
        !            15:        
        !            16:        id insertButton;
        !            17:        id masterTableview;
        !            18:        id optionsPanel;
        !            19:        id sqlPanel;
        !            20:        id text;
        !            21:        
        !            22:        EOAdaptorChannel        *adaptorChannel;
        !            23:        EOAdaptor                       *eoAdaptor;
        !            24:        EODatabaseChannel       *dbChannel;
        !            25:        EODatabaseDataSource *dbDataSource;
        !            26:        
        !            27: }
        !            28: 
        !            29: - init;
        !            30: - appDidInit:sender;
        !            31: - setDelegates;
        !            32: - setUpFetch:sender;
        !            33: - fetch:sender;
        !            34: - insert:sender;
        !            35: - newRecord:sender;
        !            36: - (BOOL) validateRecord;
        !            37: @end
        !            38: 
        !            39: 
        !            40: @interface Text(showSQL)
        !            41: - appendToText:(const char *)newText;
        !            42: @end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.