CExeLauncher_S60Document Class Reference

A CAknDocument-derived class is required by the S60 application framework. It is responsible for creating the AppUi object. More...

List of all members.

Public Member Functions

CEikAppUi * CreateAppUiL ()
 Creates the application UI object for this document.

Static Public Member Functions

static CExeLauncher_S60DocumentNewL (CEikApplication &aApp)

Detailed Description

A CAknDocument-derived class is required by the S60 application framework. It is responsible for creating the AppUi object.

Definition at line 21 of file ExeLauncher_S60Document.h.


Member Function Documentation

CExeLauncher_S60Document * CExeLauncher_S60Document::NewL ( CEikApplication &  aApp  )  [static]

Symbian OS two-phase constructor.

Creates an instance of CExeLauncher_S60Document, constructs it, and returns it.

Parameters:
aApp the application instance
Returns:
the new CExeLauncher_S60Document

Definition at line 40 of file ExeLauncher_S60Document.cpp.

CEikAppUi * CExeLauncher_S60Document::CreateAppUiL (  ) 

Creates the application UI object for this document.

Returns:
the new instance

Definition at line 53 of file ExeLauncher_S60Document.cpp.


Generated by  doxygen 1.6.2