|
MythTV
0.26-pre
|
This view subclass implements drawing to a floating translucent window. More...
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) |
Protected Attributes | |
| ToolboxObjectClassRef | myClass |
| WindowRef | window |
| float | alpha |
| bool | resizing |
This view subclass implements drawing to a floating translucent window.
Definition at line 784 of file videoout_quartz.cpp.
| VoqvFloater::VoqvFloater | ( | QuartzData * | pData, |
| float | alphaBlend = 0.5 |
||
| ) | [inline] |
Definition at line 787 of file videoout_quartz.cpp.
| VoqvFloater::~VoqvFloater | ( | ) | [inline] |
Definition at line 795 of file videoout_quartz.cpp.
| void VoqvFloater::Show | ( | void | ) | [inline, virtual] |
Reimplemented from VideoOutputQuartzView.
Definition at line 801 of file videoout_quartz.cpp.
| void VoqvFloater::ResizeChanged | ( | bool | startResizing | ) | [inline] |
Definition at line 809 of file videoout_quartz.cpp.
Referenced by VoqvFloater_Callback().
| bool VoqvFloater::BeginPort | ( | void | ) | [inline, protected, virtual] |
Implements VideoOutputQuartzView.
Definition at line 831 of file videoout_quartz.cpp.
| 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 903 of file videoout_quartz.cpp.
| void VoqvFloater::EndPort | ( | void | ) | [inline, protected, virtual] |
Implements VideoOutputQuartzView.
Definition at line 918 of file videoout_quartz.cpp.
Referenced by ~VoqvFloater().
ToolboxObjectClassRef VoqvFloater::myClass [protected] |
Definition at line 826 of file videoout_quartz.cpp.
Referenced by BeginPort(), and EndPort().
WindowRef VoqvFloater::window [protected] |
Definition at line 827 of file videoout_quartz.cpp.
Referenced by BeginPort(), and EndPort().
float VoqvFloater::alpha [protected] |
Definition at line 828 of file videoout_quartz.cpp.
Referenced by Begin(), BeginPort(), and VoqvFloater().
bool VoqvFloater::resizing [protected] |
Definition at line 829 of file videoout_quartz.cpp.
Referenced by ResizeChanged(), Show(), and VoqvFloater().
1.7.6.1