X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=macosx%2FHBPreviewController.h;h=df5cf2b1c754a5f811a001da0469116335b829ff;hb=240cf3308bf21be4d1918a71a5510d07e7d6d85b;hp=28b6eb45ffbdb56f0d513f3832b05895f32cc3ba;hpb=4e915a3ce40361479c3fe7025d7345c62a8808ed;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/macosx/HBPreviewController.h b/macosx/HBPreviewController.h index 28b6eb45..df5cf2b1 100644 --- a/macosx/HBPreviewController.h +++ b/macosx/HBPreviewController.h @@ -62,8 +62,7 @@ IBOutlet NSProgressIndicator * fMovieCreationProgressIndicator; hb_handle_t * fPreviewLibhb; // private libhb for creating previews NSTimer * fLibhbTimer; // timer for retrieving state from libhb - IBOutlet NSTextField * fPreviewMovieStatusField; - BOOL play_movie; // flag used to determine whether or not to automatically play the movie when done. + IBOutlet NSTextField * fPreviewMovieStatusField; IBOutlet QTMovieView * fMovieView; IBOutlet NSPopUpButton * fPreviewMovieLengthPopUp; // popup of choices for length of preview in seconds } @@ -75,10 +74,12 @@ - (IBAction) showPreviewWindow: (id)sender; - (BOOL)acceptsMouseMovedEvents; - (void) displayPreview; -- (void) showHideHudControls; + - (IBAction) SettingsChanged: (id) sender; - (IBAction) pictureSliderChanged: (id) sender; - (IBAction)showPictureSettings:(id)sender; +- (NSString*) pictureSizeInfoString; + /* Full Screen */ - (IBAction)toggleScreenMode:(id)sender; - (IBAction)toggleScaleToScreen:(id)sender; @@ -95,7 +96,7 @@ - (void) stopReceivingLibhbNotifications; - (IBAction) createMoviePreview: (id) sender; -- (void) libhbStateChanged: (hb_state_t &) state; +- (void) libhbStateChanged: (hb_state_t ) state; - (IBAction) showMoviePreview: (NSString *) path; - (IBAction) previewDurationPopUpChanged: (id) sender; @@ -104,8 +105,7 @@ + (NSImage *) makeImageForPicture: (int)pictureIndex libhb:(hb_handle_t*)handle - title:(hb_title_t*)title - removeBorders:(BOOL)removeBorders; + title:(hb_title_t*)title; - (NSImage *) imageForPicture: (int) pictureIndex; - (void) purgeImageCache; @end