Public Member Functions | |
CCameraAppView () | |
~CCameraAppView () | |
void | ConstructL (const TRect &aRect) |
void | DrawImage (CFbsBitmap *aImage) const |
TPoint | DrawBorders (const TSize &aSize) const |
Static Public Member Functions | |
static CCameraAppView * | NewL (const TRect &aRect) |
Definition at line 70 of file CameraExample.h.
void CCameraAppView::ConstructL | ( | const TRect & | aRect | ) |
Standard initialisation for a window-owning control.
Definition at line 44 of file Camera_AppView.cpp.
void CCameraAppView::DrawImage | ( | CFbsBitmap * | aImage | ) | const |
Gets the graphics context and draws the control.
Definition at line 63 of file Camera_AppView.cpp.
TPoint CCameraAppView::DrawBorders | ( | const TSize & | aSize | ) | const |
Gets the graphics context and draws the border.
Definition at line 113 of file Camera_AppView.cpp.