
Definition at line 489 of file videoout_quartz.cpp.
Public Member Functions | |
| VoqvMainWindow (QuartzData *pData, float alphaBlend=1.0) | |
| ~VoqvMainWindow () | |
Protected Member Functions | |
| bool | BeginPort (void) |
| bool | Begin (void) |
| Set up the port and the QuickTime decompressor. | |
| void | EndPort (void) |
| void | EmbedChanged (bool embedded) |
| Subclasses that block the main window should suspend playback, hide windows, etc by overriding this method. | |
Protected Attributes | |
| float | alpha |
| VoqvMainWindow::VoqvMainWindow | ( | QuartzData * | pData, | |
| float | alphaBlend = 1.0 | |||
| ) | [inline] |
Definition at line 492 of file videoout_quartz.cpp.
| VoqvMainWindow::~VoqvMainWindow | ( | ) | [inline] |
Definition at line 500 of file videoout_quartz.cpp.
| bool VoqvMainWindow::BeginPort | ( | void | ) | [inline, protected, virtual] |
| bool VoqvMainWindow::Begin | ( | void | ) | [inline, protected, virtual] |
Set up the port and the QuickTime decompressor.
We assume that the parent has set up the pixel storage.
Reimplemented from VideoOutputQuartzView.
Definition at line 528 of file videoout_quartz.cpp.
| void VoqvMainWindow::EndPort | ( | void | ) | [inline, protected, virtual] |
| void VoqvMainWindow::EmbedChanged | ( | bool | embedded | ) | [inline, protected, virtual] |
Subclasses that block the main window should suspend playback, hide windows, etc by overriding this method.
Reimplemented from VideoOutputQuartzView.
Definition at line 552 of file videoout_quartz.cpp.
float VoqvMainWindow::alpha [protected] |
Definition at line 504 of file videoout_quartz.cpp.
1.5.5