From c8146f9c28da66f02d47537e505a70725fb0c2b4 Mon Sep 17 00:00:00 2001 From: mltownsend Date: Mon, 10 Nov 2008 19:56:30 +0000 Subject: New XCode project --- TableSource.h | 68 +++++++++++++++++++++++++++++------------------------------ 1 file changed, 34 insertions(+), 34 deletions(-) (limited to 'TableSource.h') diff --git a/TableSource.h b/TableSource.h index dc051239..2a62232c 100644 --- a/TableSource.h +++ b/TableSource.h @@ -30,36 +30,36 @@ @interface TableSource : NSObject { - IBOutlet id tablesListInstance; - - IBOutlet id tableWindow; - IBOutlet id indexSheet; - IBOutlet id keySheet; - IBOutlet id tableSourceView; - IBOutlet id indexView; - IBOutlet id addFieldButton; - IBOutlet id copyFieldButton; - IBOutlet id removeFieldButton; - IBOutlet id addIndexButton; - IBOutlet id removeIndexButton; - IBOutlet id indexTypeField; - IBOutlet id indexNameField; - IBOutlet id indexedColumnsField; - IBOutlet id chooseKeyButton; - IBOutlet id tableTypeButton; + IBOutlet id tablesListInstance; + + IBOutlet id tableWindow; + IBOutlet id indexSheet; + IBOutlet id keySheet; + IBOutlet id tableSourceView; + IBOutlet id indexView; + IBOutlet id addFieldButton; + IBOutlet id copyFieldButton; + IBOutlet id removeFieldButton; + IBOutlet id addIndexButton; + IBOutlet id removeIndexButton; + IBOutlet id indexTypeField; + IBOutlet id indexNameField; + IBOutlet id indexedColumnsField; + IBOutlet id chooseKeyButton; + IBOutlet id tableTypeButton; IBOutlet id structureGrabber; - CMMCPConnection *mySQLConnection; - CMMCPResult *tableSourceResult; - CMMCPResult *indexResult; - - NSString *selectedTable; - NSString *tableType; - NSMutableArray *tableFields, *indexes; - NSMutableDictionary *oldRow, *enumFields; - NSDictionary *defaultValues; - BOOL isEditingRow, isEditingNewRow, alertSheetOpened; - NSUserDefaults *prefs; + CMMCPConnection *mySQLConnection; + CMMCPResult *tableSourceResult; + CMMCPResult *indexResult; + + NSString *selectedTable; + NSString *tableType; + NSMutableArray *tableFields, *indexes; + NSMutableDictionary *oldRow, *enumFields; + NSDictionary *defaultValues; + BOOL isEditingRow, isEditingNewRow, alertSheetOpened; + NSUserDefaults *prefs; } //table methods @@ -97,17 +97,17 @@ //tableView datasource methods - (int)numberOfRowsInTableView:(NSTableView *)aTableView; - (id)tableView:(NSTableView *)aTableView - objectValueForTableColumn:(NSTableColumn *)aTableColumn - row:(int)rowIndex; + objectValueForTableColumn:(NSTableColumn *)aTableColumn + row:(int)rowIndex; - (void)tableView:(NSTableView *)aTableView - setObjectValue:(id)anObject - forTableColumn:(NSTableColumn *)aTableColumn - row:(int)rowIndex; + setObjectValue:(id)anObject + forTableColumn:(NSTableColumn *)aTableColumn + row:(int)rowIndex; //tableView drag&drop datasource methods - (BOOL)tableView:(NSTableView *)tv writeRows:(NSArray*)rows toPasteboard:(NSPasteboard*)pboard; - (NSDragOperation)tableView:(NSTableView*)tv validateDrop:(id )info proposedRow:(int)row - proposedDropOperation:(NSTableViewDropOperation)operation; + proposedDropOperation:(NSTableViewDropOperation)operation; - (BOOL)tableView:(NSTableView*)tv acceptDrop:(id )info row:(int)row dropOperation:(NSTableViewDropOperation)operation; //tableView delegate methods -- cgit v1.2.3