X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=ConfigsController.h;h=d5d401d4069ced4c23d950378ca34735d82a6a7b;hp=fac19725b3abfa35c854bc4fe49751d8f71f90dd;hb=19f40be5b645e44ffb55bdce0b6cc5c5615f68e7;hpb=9584becb2e5469e8f482d73e6f0c9c3bf879e0db diff --git a/ConfigsController.h b/ConfigsController.h index fac1972..d5d401d 100644 --- a/ConfigsController.h +++ b/ConfigsController.h @@ -16,11 +16,15 @@ IBOutlet NSButton *exportButton; } -@property (readonly) Config *currentConfig; -@property (readonly) NSArray *configs; +@property (nonatomic, readonly) Config *currentConfig; +@property (nonatomic, readonly) NSArray *configs; + +- (Config *)objectForKeyedSubscript:(NSString *)name; + - (IBAction)addPressed:(id)sender; - (IBAction)removePressed:(id)sender; +- (IBAction)importPressed:(id)sender; - (IBAction)exportPressed:(id)sender; - (void)activateConfig:(Config *)config; - (void)activateConfigForProcess:(NSString *)processName;