コード例 #1
0
/**
Inherited from CQikViewBase and called upon by the UI Framework.
It creates the view from resource.
*/	
void CMobileOfficeImageView::ViewConstructL()
	{
	// Loads information about the UI configurations this view supports
	// together with definition of each view.
	ViewConstructFromResourceL(R_MOBILEOFFICE_MOBILEOFFICEIMAGEVIEW_UI_CONFIGURATIONS);
	}
コード例 #2
0
ファイル: ayfly_uiq3AppView.cpp プロジェクト: fgroen/ayfly
/**
Inherited from CQikViewBase and called upon by the UI Framework. 
It creates the view from resource.
*/
void Cayfly_s60AppView::ViewConstructL()
    {
    // Loads information about the UI configurations this view supports
    // together with definition of each view.   
    ViewConstructFromResourceL(R_AYFLY_UI_CONFIGURATIONS);
    }