aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFieldEditorController.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-09-16 14:35:28 +0000
committerBibiko <bibiko@eva.mpg.de>2010-09-16 14:35:28 +0000
commit3c4fe5edf037b798e0db6c52e8077e7aebb2022b (patch)
tree58f8296197ddb2ef9ed04cba5912e2eacefd36fe /Source/SPFieldEditorController.h
parent902695800b7a760c138bc84ae982d5c5b826a437 (diff)
downloadsequelpro-3c4fe5edf037b798e0db6c52e8077e7aebb2022b.tar.gz
sequelpro-3c4fe5edf037b798e0db6c52e8077e7aebb2022b.tar.bz2
sequelpro-3c4fe5edf037b798e0db6c52e8077e7aebb2022b.zip
• added comments conforming to the new SP doc generator
Diffstat (limited to 'Source/SPFieldEditorController.h')
-rw-r--r--Source/SPFieldEditorController.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/Source/SPFieldEditorController.h b/Source/SPFieldEditorController.h
index 7c5c6c9a..9817ac65 100644
--- a/Source/SPFieldEditorController.h
+++ b/Source/SPFieldEditorController.h
@@ -24,6 +24,13 @@
#import <Cocoa/Cocoa.h>
+/**
+ * @class SPExportFile SPExportFile.h
+ *
+ * @author Hans-Jörg Bibiko
+ *
+ * This class offers a sheet for editing different kind of data such as text, blobs (including images) as editSheet and bit fields as bitSheet.
+ */
@interface SPFieldEditorController : NSWindowController
{
IBOutlet id editSheetProgressBar;
@@ -169,7 +176,7 @@
- (id)editWithObject:(id)data fieldName:(NSString*)fieldName usingEncoding:(NSStringEncoding)anEncoding
isObjectBlob:(BOOL)isFieldBlob isEditable:(BOOL)isEditable withWindow:(NSWindow *)theWindow;
-- (void)setTextMaxLength:(unsigned long long)length;
+- (void)setTextMaxLength:(NSUInteger)length;
- (void)setFieldType:(NSString*)aType;
- (void)setFieldEncoding:(NSString*)aEncoding;
- (void)setAllowNULL:(BOOL)allowNULL;