summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
authordynaflash <[email protected]>2008-12-15 15:11:49 +0000
committerdynaflash <[email protected]>2008-12-15 15:11:49 +0000
commit45e2e58bed396259f939f7482d6e7eec31b1a351 (patch)
tree1be6427f405edcd0c85830c6c39fe14bb3b32c2a /macosx/Controller.h
parent0137a81794777bc60e5dd34ea1af2b8336971a9d (diff)
MacGui: Picture window now uses a subclass of HBController to access the main controller.
- fixed issue where preview movie keeps playing even if the picture window is closed - Removed deprecated -ClosePanel method since we now use the windows native close button. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2033 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r--macosx/Controller.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h
index 5ab03c60b..e05b0afd8 100644
--- a/macosx/Controller.h
+++ b/macosx/Controller.h
@@ -15,6 +15,7 @@
#import "HBAdvancedController.h"
#import "HBPreferencesController.h"
#import "HBPresets.h"
+
@class HBOutputPanelController;
/* We subclass NSView so that our drags show both the icon as well as PresetName columns */
@@ -102,7 +103,7 @@ BOOL fIsDragging;
IBOutlet NSButton * fVidTurboPassCheck;
/* Picture Settings box */
- IBOutlet NSTextField * fPicLabelSettings;
+ IBOutlet NSTextField * fPicLabelSettings;
IBOutlet NSTextField * fPicLabelSrc;
IBOutlet NSTextField * fPicSettingsSrc;
IBOutlet NSTextField * fPicLabelOutp;
@@ -298,6 +299,7 @@ BOOL fIsDragging;
- (IBAction) audioDRCSliderChanged: (id) sender;
- (IBAction) showPicturePanel: (id) sender;
+- (void)pictureSettingsDidChange;
- (IBAction) calculatePictureSizing: (id) sender;
- (IBAction) openMainWindow: (id) sender;