class CAknNotifierAppServerDocument : public CAknDocument |
Public Member Functions | |
---|---|
CAknNotifierAppServerDocument(CEikApplication &) |
Private Member Functions | |
---|---|
CEikAppUi * | CreateAppUiL() |
Inherited Attributes | |
---|---|
CApaDocument::iContainer | |
CEikDocument::iAppUi | |
CEikDocument::iEditStore |
CAknNotifierAppServerDocument | ( | CEikApplication & | aApp | ) | [inline] |
CEikApplication & aApp |
CEikAppUi * | CreateAppUiL | ( | ) | [private, virtual] |
Constructs the application UI.
This function is called by the UI framework during application start-up. It should only carry out first phase construction of the app UI, in other words, using new(ELeave). It should not call the app UI's ConstructL(), because the UI framework is responsible for this. Note also that the UI framework takes ownership of the app UI, so the document does not need to destroy it.
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.