X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=macosx%2FHBPreviewController.h;h=df5cf2b1c754a5f811a001da0469116335b829ff;hb=1bd16c19e1e4a9b262527c6eca271d0ad4883b7b;hp=cfc8944db22f51ca778933167eef33f81d0397d8;hpb=463725d948a6c0107a9f3caa3433c23ef26eaf93;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/macosx/HBPreviewController.h b/macosx/HBPreviewController.h index cfc8944d..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 } @@ -76,7 +75,6 @@ - (BOOL)acceptsMouseMovedEvents; - (void) displayPreview; -- (void) showHideHudControls; - (IBAction) SettingsChanged: (id) sender; - (IBAction) pictureSliderChanged: (id) sender; - (IBAction)showPictureSettings:(id)sender; @@ -98,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;