CAknApplication Class Reference
class CAknApplication : public CEikApplication |
Base class for a Series 60 application.
Member Functions Documentation
NewAppServerL(CApaAppServer *&)
Sets new application server.
- Since
- Series 60 3.0
OpenIniFileLC(RFs &)
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
RFs & aFs | File server session to use. Not used. |
PreDocConstructL()
IMPORT_C void | 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.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.