![]() |
API 0.9.5
|
#import <CPFlashView.h>
Inheritance diagram for CPFlashView:Instance Methods | |
| (CPFlashMovie) | - flashMovie |
| (CPDictionary) | - flashVars |
| (id) | - initWithFrame: |
| (void) | - mouseDown: |
| (void) | - mouseDragged: |
| (void) | - mouseUp: |
| (CPDictionary) | - parameters |
| (void) | - setFlashMovie: |
| (void) | - setFlashVars: |
| (void) | - setParameters: |
Definition at line 2 of file CPFlashView.h.
| - (CPFlashMovie) flashMovie |
Definition at line 97 of file CPFlashView.j.
| - (CPDictionary) flashVars |
Definition at line 118 of file CPFlashView.j.
| - (id) initWithFrame: | (CGRect) | aFrame |
Initializes the receiver for usage with the specified bounding rectangle
Reimplemented from CPView.
Definition at line 43 of file CPFlashView.j.
| - (void) mouseDown: | (CPEvent) | anEvent |
Notifies the receiver that the user has clicked the mouse down in its area.
| anEvent | contains information about the click |
Reimplemented from CPView.
Definition at line 194 of file CPFlashView.j.
| - (void) mouseDragged: | (CPEvent) | anEvent |
Notifies the receiver that the user has initiated a drag over it. A drag is a mouse movement while the left button is down.
| anEvent | contains information about the drag |
Reimplemented from CPResponder.
Definition at line 189 of file CPFlashView.j.
| - (void) mouseUp: | (CPEvent) | anEvent |
Notifies the receiver that the user has released the left mouse button.
| anEvent | contains information about the release |
Reimplemented from CPResponder.
Definition at line 199 of file CPFlashView.j.
| - (CPDictionary) parameters |
Definition at line 163 of file CPFlashView.j.
| - (void) setFlashMovie: | (CPFlashMovie) | aFlashMovie |
Definition at line 80 of file CPFlashView.j.
| - (void) setFlashVars: | (CPDictionary) | aDictionary |
Definition at line 102 of file CPFlashView.j.
| - (void) setParameters: | (CPDictionary) | aDictionary |
Definition at line 123 of file CPFlashView.j.