Public Member Functions | |
(id) | - init |
(oneway void) | - dealloc |
(void) | - addLine:withCol2:withCol3: |
(int) | - numberOfRowsInTableView: |
(id) | - tableView:objectValueForTableColumn:row: |
Protected Attributes | |
NSMutableArray * | _array |
- (void) addLine: | (const char*) | col1 | ||
withCol2: | (const char*) | col2 | ||
withCol3: | (const char*) | col3 | ||
References _array, and line().
Referenced by AP_CocoaDialog_ListRevisions::runModal.
- (oneway void) dealloc |
References _array.
- (id) tableView: | (NSTableView *) | tableView | ||
objectValueForTableColumn: | (NSTableColumn *) | tableColumn | ||
row: | (int) | row | ||
References _array, COMMENT_COL_ID, DATE_COL_ID, line(), REVID_COL_ID, and UT_UNUSED.
- (NSMutableArray*) _array [protected] |
Referenced by addLine:withCol2:withCol3:, dealloc, init, numberOfRowsInTableView:, and tableView:objectValueForTableColumn:row:.