Annotation of Examples/IndexingKit/Ledger/LedgerController.h, revision 1.1

1.1     ! root        1: 
        !             2: #import <appkit/appkit.h>
        !             3: #import <indexing/indexing.h>
        !             4: 
        !             5: @interface LedgerController:Object
        !             6: {
        !             7:     id balanceTF;
        !             8:     id decriptionText;
        !             9:     id tableView;
        !            10:     id transferTF;
        !            11:     id window;
        !            12:        
        !            13: /* non-outlet ivars */
        !            14:        const char *accountName;
        !            15:        id account;
        !            16:        IXStore *accountStore;
        !            17:        id configList;
        !            18:        id postingList;
        !            19:        id tvLoader;
        !            20:        id myFormatter;
        !            21:        BOOL doFullBalance;
        !            22: }
        !            23: 
        !            24: - initWith:aRecordManager named:(const char *)aName;
        !            25: - makeKey:sender;
        !            26: - ping:sender;
        !            27: - findPostings;
        !            28: - buildConfigurationList;
        !            29: - doBalance;
        !            30: - doFullerBalance:sender;
        !            31: - appendThis:anObj;
        !            32: - (const char *)accountName;
        !            33: 
        !            34: - append:sender;
        !            35: - commit:sender;
        !            36: - copy:sender;
        !            37: - cut:sender;
        !            38: - paste:sender;
        !            39: - selectAll:sender;
        !            40: - void:sender;
        !            41: - closeAccount:sender;
        !            42: 
        !            43: - tableView:sender movedColumnFrom:(unsigned int)old to:(unsigned int)new;
        !            44: - windowWillClose:sender;
        !            45: 
        !            46: @end

unix.superglobalmegacorp.com

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