aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFieldEditorController.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-09-15 23:12:32 +0000
committerBibiko <bibiko@eva.mpg.de>2010-09-15 23:12:32 +0000
commitcbb150b07fcb3a96db460a22c4eb5280d8bf9e08 (patch)
treee296d46cf2c2c84e9b2974dd0b2d8ae746467a28 /Source/SPFieldEditorController.h
parente9e2c969af896c025fd8daba7612751a8afe096f (diff)
downloadsequelpro-cbb150b07fcb3a96db460a22c4eb5280d8bf9e08.tar.gz
sequelpro-cbb150b07fcb3a96db460a22c4eb5280d8bf9e08.tar.bz2
sequelpro-cbb150b07fcb3a96db460a22c4eb5280d8bf9e08.zip
• further progress on the BIT field sheet editor
Diffstat (limited to 'Source/SPFieldEditorController.h')
-rw-r--r--Source/SPFieldEditorController.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/SPFieldEditorController.h b/Source/SPFieldEditorController.h
index e3877a2d..ba44469e 100644
--- a/Source/SPFieldEditorController.h
+++ b/Source/SPFieldEditorController.h
@@ -140,8 +140,6 @@
BOOL wasCutPaste;
BOOL selectionChanged;
- NSArray *bitSheetBitButtonsArray;
-
NSUserDefaults *prefs;
NSDictionary *qlTypes;
@@ -163,7 +161,7 @@
- (IBAction)bitSheetSelectBit0:(id)sender;
- (IBAction)bitSheetBitButtonWasClicked:(id)sender;
- (IBAction)bitSheetOperatorButtonWasClicked:(id)sender;
-
+- (void)updateBitSheet;
- (id)editWithObject:(id)data fieldName:(NSString*)fieldName usingEncoding:(NSStringEncoding)anEncoding
isObjectBlob:(BOOL)isFieldBlob isEditable:(BOOL)isEditable withWindow:(NSWindow *)theWindow;