CAknApplication Class Reference

API published in: S60 1st Ed

Link against: avkon.lib eikcore.lib eiksrv.lib

Capability Information

Required Capabilities

None


#include <aknapp.h>

Detailed Description

Base class for a Series 60 application.

Public Member Functions

virtual IMPORT_C void  PreDocConstructL ()
  From CApaApplication.
IMPORT_C CDictionaryStore *  OpenIniFileLC (RFs &aFs) const
  From CApaApplication.
IMPORT_C void  NewAppServerL (CApaAppServer *&aAppServer)
  Sets new application server.

Member Function Documentation

IMPORT_C void CAknApplication::NewAppServerL CApaAppServer *&  aAppServer  ) 
 

Sets new application server.

Parameters:
aAppServer  The server pointer to be set.
IMPORT_C CDictionaryStore* CAknApplication::OpenIniFileLC RFs &  aFs  )  const
 

From CApaApplication.

Opens the .ini file associated with the application. By default, ini files are not supported by SERIES60 applications. If you want to use an ini file, either override this function to base call CEikApplication::OpenIniFileLC, or call it directly.

Parameters:
aFs  File server session to use. Not used.
Returns:
Pointer to the dictionary store object representing the application's .ini file.
virtual IMPORT_C void CAknApplication::PreDocConstructL  )  [virtual]
 

From CApaApplication.

Completes construction of this application object. PreDocConstructL is implemented to first check that an instance of the application being constructed is not already present. If it is present, then the application switches to the existing instance and then exits. This check is only carried out for non-embedded applications. This function calls CEikApplication::PreDocConstructL.


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

Copyright © Nokia Corporation 2001-2008
Back to top