From f43ceef620d7d2f1325b4bbbdede58e5dc7d47f7 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Thu, 2 Dec 2010 10:42:31 +0000 Subject: =?UTF-8?q?=E2=80=A2=20Bundle=20Command=20-=20for=20Data=20Table?= =?UTF-8?q?=20scope=20added=20the=20chance=20to=20specify=20the=20handling?= =?UTF-8?q?=20of=20BLOB=20fields=20(if=20underlying=20data=20are=20kind=20?= =?UTF-8?q?of=20NSData=20or=20GEOMETRY)=20as=20'Exclude',=20'Include',=20'?= =?UTF-8?q?save=20as=20image=20file=20-=20the=20data=20will=20be=20saved?= =?UTF-8?q?=20as=20tif=20file=20and=20the=20path=20will=20appear=20in=20th?= =?UTF-8?q?e=20table',=20'save=20as=20file=20-=20the=20data=20will=20be=20?= =?UTF-8?q?saved=20as=20raw=20dat=20file=20and=20the=20path=20will=20appea?= =?UTF-8?q?r=20in=20the=20table';=20for=20GEOMETRY=20fields=20if=20set=20t?= =?UTF-8?q?o=20'save=20as=20{image}=20file'=20the=20representation=20will?= =?UTF-8?q?=20be=20saved=20as=20PDF=20file=20otherwise=20the=20WKT=20strin?= =?UTF-8?q?g=20appears?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPBundleEditorController.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Source/SPBundleEditorController.h') diff --git a/Source/SPBundleEditorController.h b/Source/SPBundleEditorController.h index 5ccd8a9a..7cc36de4 100644 --- a/Source/SPBundleEditorController.h +++ b/Source/SPBundleEditorController.h @@ -40,6 +40,7 @@ IBOutlet NSTextField *tooltipTextField; IBOutlet NSTextField *categoryTextField; IBOutlet NSTextField *fallbackLabelField; + IBOutlet NSTextField *withBlobLabelField; IBOutlet NSTextField *commandLabelField; IBOutlet NSTextField *authorLabelField; IBOutlet NSTextField *contactLabelField; @@ -49,6 +50,7 @@ IBOutlet NSPopUpButton *outputPopupButton; IBOutlet NSPopUpButton *scopePopupButton; IBOutlet NSPopUpButton *triggerPopupButton; + IBOutlet NSPopUpButton *withBlobPopupButton; IBOutlet NSButton *removeButton; IBOutlet NSButton *addButton; IBOutlet NSButton *saveButton; @@ -84,6 +86,7 @@ NSMenu *triggerInputFieldPopUpMenu; NSMenu *triggerDataTablePopUpMenu; NSMenu *triggerGeneralPopUpMenu; + NSMenu *withBlobDataTablePopUpMenu; NSArray *inputGeneralScopeArray; NSArray *inputInputFieldScopeArray; @@ -95,6 +98,7 @@ NSArray *triggerInputFieldArray; NSArray *triggerDataTableArray; NSArray *triggerGeneralArray; + NSArray *withBlobDataTableArray; BOOL doGroupDueToChars; BOOL allowUndo; @@ -109,6 +113,7 @@ - (IBAction)outputPopupButtonChanged:(id)sender; - (IBAction)scopeButtonChanged:(id)sender; - (IBAction)triggerButtonChanged:(id)sender; +- (IBAction)withBlobButtonChanged:(id)sender; - (IBAction)duplicateCommandBundle:(id)sender; - (IBAction)addCommandBundle:(id)sender; - (IBAction)removeCommandBundle:(id)sender; -- cgit v1.2.3