aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFieldEditorController.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-08-08 11:00:00 +0000
committerBibiko <bibiko@eva.mpg.de>2009-08-08 11:00:00 +0000
commitf083576763c6c97b03943e335a6948411e7214ef (patch)
treeb27033ce44154b9d3cee1d278aab7840bf545706 /Source/SPFieldEditorController.h
parent0471ae82424ea960038699509c1875650ccc3915 (diff)
downloadsequelpro-f083576763c6c97b03943e335a6948411e7214ef.tar.gz
sequelpro-f083576763c6c97b03943e335a6948411e7214ef.tar.bz2
sequelpro-f083576763c6c97b03943e335a6948411e7214ef.zip
• added field name to Field Editor Sheet
- initial support (not yet finished) Note: maybe add information about field type, max length as attributed string
Diffstat (limited to 'Source/SPFieldEditorController.h')
-rw-r--r--Source/SPFieldEditorController.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/SPFieldEditorController.h b/Source/SPFieldEditorController.h
index 56168620..76e8a86e 100644
--- a/Source/SPFieldEditorController.h
+++ b/Source/SPFieldEditorController.h
@@ -38,6 +38,7 @@
IBOutlet id editSheetCancelButton;
IBOutlet id editSheetOkButton;
IBOutlet id editSheetOpenButton;
+ IBOutlet id editSheetFieldName;
id sheetEditData;
BOOL editSheetWillBeInitialized;
@@ -60,7 +61,9 @@
- (IBAction)quickLookFormatButton:(id)sender;
- (IBAction)dropImage:(id)sender;
-- (id)editWithObject:(id)data usingEncoding:(NSStringEncoding)anEncoding isObjectBlob:(BOOL)isFieldBlob isEditable:(BOOL)isEditable withWindow:(NSWindow *)tableWindow;
+
+- (id)editWithObject:(id)data fieldName:(NSString*)fieldName usingEncoding:(NSStringEncoding)anEncoding
+ isObjectBlob:(BOOL)isFieldBlob isEditable:(BOOL)isEditable withWindow:(NSWindow *)tableWindow;
- (void)processPasteImageData;
- (void)processUpdatedImageData:(NSData *)data;