summaryrefslogtreecommitdiffstats
path: root/macosx/HBOutputPanelController.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBOutputPanelController.h')
-rw-r--r--macosx/HBOutputPanelController.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/macosx/HBOutputPanelController.h b/macosx/HBOutputPanelController.h
index 97e1d6f29..dc76e2a9c 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