Up
Authors
- Gregory John Casamento (
greg.casamento@gmail.com)
-
- Fred Kiefer (
FredKiefer@gmx.de)
-
Date: Generated at 2025-12-03
Encapsulate a Quicktime movie
Copyright: (C) (C) 2003 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSMovieView.h
Availability: OpenStep
Description forthcoming.
NSMovieView declares 6 Instance Variables
- (IBAction)
clear: (id)sender;
Availability: OpenStep
Clear the selected movie content.
Not implemented (as of 2025-12-03).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (IBAction)
copy: (id)sender;
Availability: OpenStep
Copy the selected movie content.
Not implemented (as of 2025-12-03).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (double)
currentPosition;
Availability: OpenStep
GNUstep extension, get current position in the
movie.
- (IBAction)
cut: (id)sender;
Availability: OpenStep
Cut the selected movie content.
Not implemented (as of 2025-12-03).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (IBAction)
gotoBeginning: (id)sender;
Availability: OpenStep
Move to the beginning of the movie.
Not implemented (as of 2025-12-03).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (IBAction)
gotoEnd: (id)sender;
Availability: OpenStep
Move to the end of the movie.
Not implemented (as of 2025-12-03).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (IBAction)
gotoPosterFrame: (id)sender;
Availability: OpenStep
Go to the movie's poster frame.
Not implemented (as of 2025-12-03).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (BOOL)
isControllerVisible;
Availability: OpenStep
Check whether the controller is currently visible.
- (BOOL)
isEditable;
Availability: OpenStep
Return whether the movie view is editable.
- (BOOL)
isMuted;
Availability: OpenStep
Return whether the playback is muted.
- (BOOL)
isPlaying;
Availability: OpenStep
Check whether the movie is currently playing.
- (
NSMovie*)
movie;
Availability: OpenStep
Get the current movie displayed in the view.
- (void*)
movieController;
Availability: OpenStep
Get a pointer to the movie controller.
- (
NSRect)
movieRect;
Availability: OpenStep
Get the rectangle in which the movie is displayed.
- (IBAction)
paste: (id)sender;
Availability: OpenStep
Paste movie content from the pasteboard.
Not implemented (as of 2025-12-03).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (BOOL)
playsEveryFrame;
Availability: OpenStep
Return whether every frame is being played.
- (BOOL)
playsSelectionOnly;
Availability: OpenStep
Return whether only the selection is played.
- (float)
rate;
Availability: OpenStep
Get the current playback rate.
- (void)
resizeWithMagnification: (float)magnification;
Availability: OpenStep
Resize the view based on a magnification
factor.
Not implemented (as of 2025-12-03).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (IBAction)
selectAll: (id)sender;
Availability: OpenStep
Select all content in the movie view.
Not implemented (as of 2025-12-03).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (void)
setEditable: (BOOL)editable;
Availability: OpenStep
Set whether the movie view is editable.
- (void)
setLoopMode: (
NSQTMovieLoopMode)mode;
Availability: OpenStep
Set the loop mode for playback.
- (void)
setMovie: (
NSMovie*)movie;
Availability: OpenStep
Set the movie to be displayed in the view.
- (void)
setMuted: (BOOL)mute;
Availability: OpenStep
Mute or unmute the playback.
- (void)
setPlaysEveryFrame: (BOOL)flag;
Availability: OpenStep
Set whether to play every frame regardless of timing.
- (void)
setPlaysSelectionOnly: (BOOL)flag;
Availability: OpenStep
Set whether only the selected portion should play.
- (void)
setRate: (float)rate;
Availability: OpenStep
Set the playback rate for the movie.
- (void)
setStatusField: (id)field;
Availability: OpenStep
GNUstep extension, this allows the user to set a
text field to monitor the status of the
movie view.
- (void)
setVolume: (float)volume;
Availability: OpenStep
Set the playback volume.
- (void)
showController: (BOOL)show
adjustingSize: (BOOL)adjustSize;
Availability: OpenStep
Show or hide the movie controller and optionally
adjust view size.
- (
NSSize)
sizeForMagnification: (float)magnification;
Availability: OpenStep
Calculate the size of the view at a given
magnification.
- (IBAction)
start: (id)sender;
Availability: OpenStep
Start movie playback.
Not implemented (as of 2025-12-03).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (id)
statusField;
Availability: OpenStep
GNUstep extension, get the status field.
- (IBAction)
stepBack: (id)sender;
Availability: OpenStep
Step backward one frame in the movie.
Not implemented (as of 2025-12-03).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (IBAction)
stepForward: (id)sender;
Availability: OpenStep
Step forward one frame in the movie.
Not implemented (as of 2025-12-03).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (IBAction)
stop: (id)sender;
Availability: OpenStep
Stop movie playback.
Not implemented (as of 2025-12-03).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (IBAction)
undo: (id)sender;
Availability: OpenStep
Undo the last operation.
Not implemented (as of 2025-12-03).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (float)
volume;
Availability: OpenStep
Get the current playback volume.
Instance Variables for NSMovieView Class
@protected NSMovie*
_movie;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected id
_positionField;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected float
_rate;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSTextField*
_statusField;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected float
_volume;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected struct NSMovieViewFlags
struct NSMovieViewFlags;
Availability: OpenStep
Description forthcoming.
Up