OSDN Git Service

BuildSystem: darwin
[handbrake-jp/handbrake-jp-git.git] / macosx / PictureController.h
index 277fbfc..7564881 100644 (file)
@@ -47,7 +47,7 @@
     IBOutlet NSStepper       * fCropRightStepper;
 
        IBOutlet NSPopUpButton   * fAnamorphicPopUp;
-    IBOutlet NSTextField     * fInfoField;
+    IBOutlet NSTextField     * fSizeInfoField;
        
     IBOutlet NSButton        * fPreviewOpenButton;
     IBOutlet NSButton        * fPictureFiltersOpenButton;
     ratio checkbox when turning anamorphic on, so it can be
     returned to the previous state when anamorphic is turned
     off */
-    BOOL    keepAspectRatioPreviousState; 
-    
-    struct {
-        int     detelecine;
-        int     deinterlace;
-        int     decomb;
-        int     denoise;
-        int     deblock;
-    } fPictureFilterSettings;
-
-
+    BOOL    keepAspectRatioPreviousState;
 }
 - (id)init;
 
 - (void)setHBController: (HBController *)controller;
 - (IBAction) showPictureWindow: (id)sender;
 - (IBAction) showPreviewWindow: (id)sender;
+- (BOOL) previewFullScreenMode;
+- (IBAction) previewGoWindowed: (id)sender;
 - (IBAction) showFilterWindow: (id)sender;
 
 
 
 - (IBAction) SettingsChanged: (id) sender;
 
+- (NSString*) getPictureSizeInfoString;
 - (void)reloadStillPreview;
 
 - (BOOL) autoCrop;