Public Member Functions | |
| VideoView (Window *pParent, const Rect &rFrame, unsigned int nWindowLayoutFlags, unsigned int uiFlags=0) | |
| ~VideoView () | |
| void | Paint (const Rect &rDirty) |
| void | SetAutoScale (bool bAutoScale=true) |
| bool | IsAutoScale () |
| void | DrawFrame (ISSPacket *pPacket) |
| void | OutputFormatChanged (const ISSFormat pFormat) |
Classes | |
| class | Private |
| VideoView::VideoView | ( | Window * | pParent, | |
| const Rect & | rFrame, | |||
| unsigned int | nWindowLayoutFlags, | |||
| unsigned int | uiFlags = 0 | |||
| ) |
| VideoView::~VideoView | ( | ) |
| void VideoView::Paint | ( | const Rect & | rDirty | ) | [virtual] |
Paint window content
| rDirty | - Dirty rectangular region which has to be redrawn. Prior entering this function the painters clip region is automatically set to this dirty region. |
Reimplemented from SkyGI::View.
Reimplemented in SkyGI::VideoViewPreview.
| void VideoView::SetAutoScale | ( | bool | bAutoScale = true |
) |
| bool VideoView::IsAutoScale | ( | ) |
| void VideoView::DrawFrame | ( | ISSPacket * | pPacket | ) | [virtual] |
Reimplemented from SkyGI::ISSVideoOutput.
| void VideoView::OutputFormatChanged | ( | const ISSFormat | pFormat | ) | [virtual] |
Reimplemented from SkyGI::ISSVideoOutput.
1.5.1-p1