Annotation of Examples/DatabaseKit/AssociationOracle/Controller.h, revision 1.1

1.1     ! root        1: /* Controller.h:
        !             2:  * You may freely copy, distribute, and reuse the code in this example.
        !             3:  * NeXT disclaims any warranty of any kind, expressed or  implied, as to its
        !             4:  * fitness for any particular use.
        !             5:  *
        !             6:  * Written by Mai Nguyen, NeXT Developer Support
        !             7:  *
        !             8:  */
        !             9: 
        !            10: #import <appkit/appkit.h>
        !            11: 
        !            12: @class QualifiedAssociation;
        !            13: 
        !            14: @interface Controller:Object
        !            15: {
        !            16:        id      theWindow;      /* The main application window */
        !            17:        id      departmentTable;
        !            18:        id      salaryField;
        !            19:        QualifiedAssociation *  newAssociation;
        !            20:        DBFetchGroup *  detailFetchGroup;
        !            21:        DBQualifier *   dbQualifier;
        !            22:        
        !            23: }
        !            24: 
        !            25: - appDidInit:sender;
        !            26: - changeQualifier:sender;
        !            27: - (BOOL)db:aDb willEvaluateString:(const unsigned char*)aString
        !            28:      usingBinder:aBinder;
        !            29: 
        !            30: @end

unix.superglobalmegacorp.com

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