X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=ConfigsController.h;h=71fce233049601e9347a8608ec212603ab9aafd2;hp=fac19725b3abfa35c854bc4fe49751d8f71f90dd;hb=635728b6f6775384f7cbc212a4b05198ef024c15;hpb=9584becb2e5469e8f482d73e6f0c9c3bf879e0db diff --git a/ConfigsController.h b/ConfigsController.h index fac1972..71fce23 100644 --- a/ConfigsController.h +++ b/ConfigsController.h @@ -13,14 +13,17 @@ IBOutlet NSButton *removeButton; IBOutlet NSTableView *tableView; IBOutlet TargetController *targetController; - 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;