From 16d98d9753198d9c654f18351f42131dc74516e1 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Wed, 17 Nov 2010 12:08:13 +0000 Subject: =?UTF-8?q?=E2=80=A2=20further=20work=20on=20Bundle=20Editor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPBundleEditorController.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'Source/SPBundleEditorController.h') diff --git a/Source/SPBundleEditorController.h b/Source/SPBundleEditorController.h index 4512cd56..8a2db321 100644 --- a/Source/SPBundleEditorController.h +++ b/Source/SPBundleEditorController.h @@ -24,9 +24,38 @@ #import +@class SRRecorderControl; @interface SPBundleEditorController : NSWindowController { + IBOutlet NSTextView* commandTextView; + IBOutlet NSTableView* commandsTableView; + IBOutlet NSTextField* nameTextField; + IBOutlet NSTextField* tootlipTextField; + IBOutlet NSTextField* categoryTextField; + IBOutlet NSTextField* fallbackLabelField; + IBOutlet NSPopUpButton* inputPopupButton; + IBOutlet NSPopUpButton* inputFallbackPopupButton; + IBOutlet NSPopUpButton* outputPopupButton; + IBOutlet NSButton *editorScopeButton; + IBOutlet NSButton *inputFieldScopeButton; + IBOutlet NSButton *dataTableScopeButton; + IBOutlet NSButton *disableCheckBox; + IBOutlet SRRecorderControl *keyEquivalentField; + + IBOutlet NSArrayController *commandBundleArrayController; + NSMutableArray *commandBundleArray; + + } +- (IBAction)scopeButtonChanged:(id)sender; +- (IBAction)inputPopuButtonChanged:(id)sender; +- (IBAction)duplicateCommandBundle:(id)sender; +- (IBAction)addCommandBundle:(id)sender; +- (IBAction)removeCommandBundle:(id)sender; +- (IBAction)revealCommandBundleInFinder:(id)sender; +- (IBAction)showHelp:(id)sender; + + @end -- cgit v1.2.3