X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=macosx%2FHBOutputPanelController.h;h=dc76e2a9cb17e0677aa59a3b8059d3c921adaae1;hb=32219d93ec8fcf0db6f7ca5d6045419882563951;hp=97e1d6f297f8af5945257659c1e7a45ee8bc1273;hpb=ef7f472111f27ffede17caf2654538bd19db3944;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/macosx/HBOutputPanelController.h b/macosx/HBOutputPanelController.h index 97e1d6f2..dc76e2a9 100644 --- a/macosx/HBOutputPanelController.h +++ b/macosx/HBOutputPanelController.h @@ -21,12 +21,18 @@ /// Path to log text file. NSString *outputLogFile; + /// Path to individual log text file. + NSString *outputLogFileForEncode; + BOOL encodeLogOn; } - (IBAction)showOutputPanel:(id)sender; - (IBAction)clearOutput:(id)sender; - (IBAction)copyAllOutputToPasteboard:(id)sender; - (IBAction)openActivityLogFile:(id)sender; +- (IBAction)openEncodeLogDirectory:(id)sender; - (IBAction)clearActivityLogFile:(id)sender; +- (void) startEncodeLog:(NSString *) logPath; +- (void) endEncodeLog; @end