Instance Methods | |
| (id) | - initWithPlatformInterface: |
| (void) | - startListeningToResizeEvents |
| (void) | - stopListeningToResizeEvents |
| (void) | - mouseMoved: |
| (void) | - windowResized: |
Protected Attributes | |
| OSXPlatformInterface * | mOwner |
ObjC class to listen to |NSView| events from the GST video view.
Definition at line 96 of file sbGStreamerPlatformOSX.mm.
| - (id) initWithPlatformInterface: | (OSXPlatformInterface *) | aOwner |
Definition at line 111 of file sbGStreamerPlatformOSX.mm.
| - (void) mouseMoved: | (NSEvent *) | theEvent |
| - (void) startListeningToResizeEvents |
Definition at line 131 of file sbGStreamerPlatformOSX.mm.
| - (void) stopListeningToResizeEvents |
Definition at line 143 of file sbGStreamerPlatformOSX.mm.
| - (void) windowResized: | (NSNotification *) | aNotice |
|
protected |
Definition at line 98 of file sbGStreamerPlatformOSX.mm.