CAknNotifierAppServerDocument Class Reference

class CAknNotifierAppServerDocument : public CAknDocument

Inherits from

Public Member Functions
CAknNotifierAppServerDocument(CEikApplication &)
Private Member Functions
CEikAppUi *CreateAppUiL()
Inherited Functions
CAknDocument::CAknDocument(CEikApplication &)
CAknDocument::OpenFileL(CFileStore *&,RFile &)
CAknDocument::OpenFileL(TBool,const TDesC &,RFs &)
CApaDocument::Application()const
CApaDocument::CApaDocument()
CApaDocument::CApaDocument(CApaApplication &,CApaProcess &)
CApaDocument::Capability()const
CApaDocument::DetachFromStoreL(CPicture::TDetach)
CApaDocument::GlassPictureL()
CApaDocument::Process()const
CApaDocument::~CApaDocument()
CBase::CBase()
CBase::Delete(CBase *)
CBase::Extension_(TUint,TAny *&,TAny *)
CBase::operator new(TUint)
CBase::operator new(TUint,TAny *)
CBase::operator new(TUint,TLeave)
CBase::operator new(TUint,TLeave,TUint)
CBase::operator new(TUint,TUint)
CBase::~CBase()
CEikDocument::AppCaption()const
CEikDocument::AppFileMode()const
CEikDocument::CEikDocument()
CEikDocument::CEikDocument(CEikApplication &)
CEikDocument::CreateFileStoreLC(RFs &,const TDesC &)
CEikDocument::EditL(MApaEmbeddedDocObserver *,TBool)
CEikDocument::EditStore()const
CEikDocument::ExternalizeL(RWriteStream &)const
CEikDocument::HasChanged()const
CEikDocument::IsEmpty()const
CEikDocument::NewDocumentL()
CEikDocument::PrepareToEditL()
CEikDocument::PrepareToEditL(MApaEmbeddedDocObserver *,TBool)
CEikDocument::PrintL(const CStreamStore &)
CEikDocument::RestoreL(const CStreamStore &,const CStreamDictionary &)
CEikDocument::SaveL()
CEikDocument::SaveL(MSaveObserver::TSaveType)
CEikDocument::SetAppFileMode(TUint)
CEikDocument::SetChanged(TBool)
CEikDocument::SetEditStoreL(CStreamStore *)
CEikDocument::SetEditStoreWithoutAppUiNotificationL(CStreamStore *)
CEikDocument::StoreL(CStreamStore &,CStreamDictionary &)const
CEikDocument::UpdateTaskNameL(CApaWindowGroupName *)
CEikDocument::ValidatePasswordL()const
CEikDocument::~CEikDocument()
Inherited Attributes
CApaDocument::iContainer
CEikDocument::iAppUi
CEikDocument::iEditStore

Constructor & Destructor Documentation

CAknNotifierAppServerDocument(CEikApplication &)

CAknNotifierAppServerDocument(CEikApplication &aApp)[inline]

Parameters

CEikApplication & aApp

Member Functions Documentation

CreateAppUiL()

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.