Public Member Functions | |
CVideoContainer () | |
~CVideoContainer () | |
void | ConstructL () |
virtual void | SizeChanged () |
RWindow & | ClientWindow () |
TRect | VideoRect () const |
RWsSession & | ClientWsSession () |
CWsScreenDevice & | ScreenDevice () |
Static Public Member Functions | |
static CVideoContainer * | NewL () |
static CVideoContainer * | NewLC () |
This class provides a window for video display.
Definition at line 52 of file videocontainer.h.
CVideoContainer::CVideoContainer | ( | ) |
Constructor for the view.
Definition at line 46 of file videocontainer.cpp.
CVideoContainer::~CVideoContainer | ( | ) |
Destructor for the view.
Definition at line 72 of file videocontainer.cpp.
CVideoContainer * CVideoContainer::NewL | ( | ) | [static] |
Static NewL() function to start the standard two phase construction.
Definition at line 55 of file videocontainer.cpp.
void CVideoContainer::ConstructL | ( | ) |
Second phase construction.
Definition at line 80 of file videocontainer.cpp.
void CVideoContainer::SizeChanged | ( | ) | [virtual] |
CMyVideoPlayerAppView::SizeChanged()
Called by framework when the view size is changed.
Definition at line 126 of file videocontainer.cpp.