| Related class | |
| Availability | Available in Mac OS X v10.4 and later.
|
The QTMovieView is available in the QTKit palette and is part of the QTKit framework.
Availability Bindings
Parameters Bindings
A multiple-value binding that determines if the QTMovieView is editable in the user interface.
When editable is bound, a new binding, editable2, is exposed and can be bound. Binding to editable2 causes editable3 to be exposed, and so on.
The contents of the QTMovieView are editable if a logical AND operation on all the editable bindings results in a Boolean value of YES.
A multiple-value binding that determines if the QTMovieView is displayed in the user interface.
When hidden is bound, a new binding, hidden2, is exposed and can be bound. Binding to hidden2 causes hidden3 to be exposed, and so on.
The QTMovieView is hidden if a logical OR operation on all the hidden bindings results in a Boolean value of YES.
A Boolean value that specifies if the QTMovieView movie controller is visible.
If controllerVisible evaluates to YES, the movie controller is visible.
An NSColor object that specifies fill color of the QTMovieView.
A QTMovie object that is displayed in the QTMovieView.
A Boolean value that specifies if the QTMovieView maintains the aspect ratio of the movie when drawing.
If controllerVisible evalues to YES, the longer side of the movie rectangle is scaled to exactly fit into the view's frame and the other side is center in the view frame. Any remaining area is filled with the view's fill color.
An NSString that contains the tool tip to display for this QTMovieView.
© 2004, 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-10-31)