
Definition at line 758 of file videoout_quartz.cpp.
Public Member Functions | |
| VoqvFloater (QuartzData *pData, float alphaBlend=0.5) | |
| ~VoqvFloater () | |
| void | Show (void) |
| void | ResizeChanged (bool startResizing) |
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 | |
| ToolboxObjectClassRef | myClass |
| WindowRef | window |
| float | alpha |
| bool | resizing |
| VoqvFloater::VoqvFloater | ( | QuartzData * | pData, | |
| float | alphaBlend = 0.5 | |||
| ) | [inline] |
Definition at line 761 of file videoout_quartz.cpp.
| VoqvFloater::~VoqvFloater | ( | ) | [inline] |
Definition at line 769 of file videoout_quartz.cpp.
| void VoqvFloater::Show | ( | void | ) | [inline, virtual] |
| void VoqvFloater::ResizeChanged | ( | bool | startResizing | ) | [inline] |
| bool VoqvFloater::BeginPort | ( | void | ) | [inline, protected, virtual] |
| bool VoqvFloater::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 877 of file videoout_quartz.cpp.
| void VoqvFloater::EndPort | ( | void | ) | [inline, protected, virtual] |
| void VoqvFloater::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 906 of file videoout_quartz.cpp.
ToolboxObjectClassRef VoqvFloater::myClass [protected] |
Definition at line 800 of file videoout_quartz.cpp.
WindowRef VoqvFloater::window [protected] |
Definition at line 801 of file videoout_quartz.cpp.
float VoqvFloater::alpha [protected] |
Definition at line 802 of file videoout_quartz.cpp.
bool VoqvFloater::resizing [protected] |
Definition at line 803 of file videoout_quartz.cpp.
1.5.5