Example Application Guide

 

CGeoProfilesApp Class Reference

#include <geoprofilesapp.h>

Inheritance diagram for CGeoProfilesApp:

List of all members.

Detailed Description

GeoProfiles Application's App class. This class extents the CAknApplication class for GeoProfiles.

Definition at line 29 of file geoprofilesapp.h.

Private Member Functions

CApaDocument * CreateDocumentL ()
TUid AppDllUid () const


Member Function Documentation

CApaDocument * CGeoProfilesApp::CreateDocumentL  )  [private]
 

Inherited from CAknApplication

Definition at line 53 of file geoprofilesapp.cpp.

References CGeoProfilesDocument::NewL().

00054     {
00055     return CGeoProfilesDocument::NewL( *this );
00056     }

TUid CGeoProfilesApp::AppDllUid  )  const [private]
 

Inherited from CAknApplication

Definition at line 44 of file geoprofilesapp.cpp.

00045     {
00046     return TUid::Uid( KGeoProfilesUiUid );
00047     }


The documentation for this class was generated from the following files:

© Nokia 2009

Back to top