X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Classes%2FNJMappingsController.h;h=a4d9c1854d2e18d99bf6c828c97b544b34232ad3;hp=b252904264e07aee2801a69cac1a7cb1b78789fa;hb=58ce8f7f50f382f18e7b416eca737803af284868;hpb=0064c1fbff36795885a9724081af2a17d83c20a3 diff --git a/Classes/NJMappingsController.h b/Classes/NJMappingsController.h index b252904..a4d9c18 100644 --- a/Classes/NJMappingsController.h +++ b/Classes/NJMappingsController.h @@ -17,7 +17,6 @@ { IBOutlet NSButton *removeButton; IBOutlet NSTableView *tableView; - IBOutlet NJOutputController *outputController; IBOutlet NSButton *popoverActivate; IBOutlet NSPopover *popover; IBOutlet NSButton *moveUp; @@ -25,13 +24,12 @@ } @property (nonatomic, readonly) NJMapping *currentMapping; -@property (nonatomic, readonly) NSArray *mappings; - (NJMapping *)objectForKeyedSubscript:(NSString *)name; - (NJMapping *)objectAtIndexedSubscript:(NSUInteger)idx; - (void)addMappingWithContentsOfURL:(NSURL *)url; - (void)activateMapping:(NJMapping *)mapping; -- (void)activateMappingForProcess:(NSString *)processName; +- (void)activateMappingForProcess:(NSRunningApplication *)app; - (void)save; - (void)load;