summaryrefslogtreecommitdiffstats
path: root/macosx/HBController.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2015-07-27 08:51:30 +0000
committerritsuka <[email protected]>2015-07-27 08:51:30 +0000
commitaa4f592e9a991144e1ecac601858eefbf12a853c (patch)
treecb599cf44204baccde988182beae546f86e22e52 /macosx/HBController.h
parent0f53167a48fdb049021d0ea9128970c2a4e27e32 (diff)
MacGui: move the picture and filters settings to the main window.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7379 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBController.h')
-rw-r--r--macosx/HBController.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/macosx/HBController.h b/macosx/HBController.h
index 0e4f7351e..ed604d6a2 100644
--- a/macosx/HBController.h
+++ b/macosx/HBController.h
@@ -8,13 +8,13 @@
@class HBQueueController;
+@class HBPictureViewController;
@class HBVideoController;
@class HBAudioController;
@class HBSubtitlesController;
@class HBAdvancedController;
@class HBChapterTitlesController;
-@class HBPictureController;
@class HBPreviewController;
@class HBPreferencesController;
@@ -27,6 +27,10 @@
{
IBOutlet NSTabView *fMainTabView;
+ // Picture controller
+ HBPictureViewController * fPictureViewController;
+ IBOutlet NSTabViewItem * fPictureTab;
+
// Video view controller
HBVideoController * fVideoController;
IBOutlet NSTabViewItem * fVideoTab;
@@ -47,8 +51,6 @@
HBAdvancedController * fAdvancedOptions;
IBOutlet NSTabViewItem * fAdvancedTab;
- // Picture Settings
- HBPictureController * fPictureController;
// Picture Preview
HBPreviewController * fPreviewController;
HBPreferencesController * fPreferencesController;
@@ -95,7 +97,6 @@
- (IBAction)browseSources:(id)sender;
-- (IBAction)showPicturePanel:(id)sender;
- (IBAction)showPreviewWindow:(id)sender;
// Queue