summaryrefslogtreecommitdiff
path: root/macosx/plugins/Bladesio1/macsrc/PluginConfigController.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/plugins/Bladesio1/macsrc/PluginConfigController.h')
-rwxr-xr-xmacosx/plugins/Bladesio1/macsrc/PluginConfigController.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/macosx/plugins/Bladesio1/macsrc/PluginConfigController.h b/macosx/plugins/Bladesio1/macsrc/PluginConfigController.h
index 3adaf29b..71fee568 100755
--- a/macosx/plugins/Bladesio1/macsrc/PluginConfigController.h
+++ b/macosx/plugins/Bladesio1/macsrc/PluginConfigController.h
@@ -3,15 +3,14 @@
#import <Cocoa/Cocoa.h>
@interface Bladesio1PluginConfigController : NSWindowController
-{
- IBOutlet NSButton *enabledButton;
- IBOutlet NSTextField *ipAddressField;
- IBOutlet NSTextField *portField;
- IBOutlet NSPopUpButton *playerMenu;
- IBOutlet NSBox *configBox;
+@property (weak) IBOutlet NSButton *enabledButton;
+@property (weak) IBOutlet NSTextField *ipAddressField;
+@property (weak) IBOutlet NSTextField *portField;
+@property (weak) IBOutlet NSPopUpButton *playerMenu;
+@property (weak) IBOutlet NSBox *configBox;
+
+@property (strong) NSMutableDictionary *keyValues;
- NSMutableDictionary *keyValues;
-}
- (IBAction)cancel:(id)sender;
- (IBAction)ok:(id)sender;
- (IBAction)toggleEnabled:(id)sender;