Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

CGameApplication Class Reference

Game Application. More...

#include <CGameApplication.h>

List of all members.

Private Methods

CApaDocument * CreateDocumentL ()
 construct a new game document. More...

TUid AppDllUid () const
 return the application uid. More...


Detailed Description

Game Application.

Just creates the game document

Definition at line 28 of file CGameApplication.h.


Member Function Documentation

CApaDocument * CGameApplication::CreateDocumentL   [private]
 

construct a new game document.

Definition at line 31 of file CGameApplication.cpp.

References CGameDocument::NewL().

00031                                                 {
00032   return CGameDocument::NewL(*this);
00033 }

TUid CGameApplication::AppDllUid   const [private]
 

return the application uid.

Definition at line 25 of file CGameApplication.cpp.

References KUidExampleGame.

00025                                        {
00026   return KUidExampleGame;       
00027 }


The documentation for this class was generated from the following files:
Documentation for Game (Beta) version 1.44.