summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r--macosx/Controller.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h
index 9f411a5a3..58a8e2e00 100644
--- a/macosx/Controller.h
+++ b/macosx/Controller.h
@@ -266,6 +266,8 @@ BOOL fIsDragging;
- (void) updateUI: (NSTimer *) timer;
- (void) enableUI: (bool) enable;
- (IBAction) encodeStartStopPopUpChanged: (id) sender;
+
+
- (IBAction) titlePopUpChanged: (id) sender;
- (IBAction) chapterPopUpChanged: (id) sender;
- (IBAction) startEndSecValueChanged: (id) sender;
@@ -298,6 +300,12 @@ BOOL fIsDragging;
- (IBAction) calculatePictureSizing: (id) sender;
- (IBAction) openMainWindow: (id) sender;
+/* Add All titles to the queue */
+- (IBAction) addAllTitlesToQueue: (id) sender;
+- (void) addAllTitlesToQueueAlertDone: (NSWindow *) sheet
+ returnCode: (int) returnCode contextInfo: (void *) contextInfo;
+- (void) doAddAllTitlesToQueue;
+
/* Queue File Stuff */
- (void) loadQueueFile;
- (NSDictionary *)createQueueFileItem;