LMovieController is a PowerPlant class that is used for creating, drawing, and disposing of a standard Mac OS QuickTime movie controller.
Methods :
The methods in this class are:
Data Members:
The data members in this class are:
Operation:
You would typically use this class in conjunction with the UQuickTime object if your application supports QuickTime movies. Since this class inherits from LPeriodical, it receives and can process every event retrieved by the event loop.
Source files:
Ancestors:
Purpose:
The constructors create objects from the passed-in parameters.
Access:
Prototype:
LMovieController();
LMovieController( const SPaneInfo &inPaneInfo,Parameters:
Movie inMovie );
This method has the following parameters:
Purpose:
The destructor destroys the object.
Access:
Prototype:
virtual ~LMovieController();
Purpose:
This method is an override of the base class method DrawSelf() in LPane. It draws the movie controller.
Purpose:
This method is an override of the base class method DrawSelf() in LPeriodical. It handles events in the movie controller.
Purpose:
This data member stores the resource ID of the movie for the controller.
Access:
Prototype:
Movie mMovie;
Purpose:
This data member stores the MovieController.
Access:
Prototype:
MovieController mMovieController;