CAknDocument Class Reference

API published in: S60 1st Ed

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

Capability Information

Required Capabilities

None


#include <akndoc.h>

Detailed Description

Base class for a Series 60 application document.

Public Member Functions

IMPORT_C CFileStore *  OpenFileL (TBool aDoOpen, const TDesC &aFilename, RFs &aFs)
  From CEikDocument.
IMPORT_C void  OpenFileL (CFileStore *&aFileStore, RFile &aFile)

Protected Member Functions

IMPORT_C  CAknDocument (CEikApplication &aApp)
  C++ default constructor.

Constructor & Destructor Documentation

IMPORT_C CAknDocument::CAknDocument CEikApplication &  aApp  )  [protected]
 

C++ default constructor.

Parameters:
aApp  The application instance with which the new document is associated.

Member Function Documentation

IMPORT_C void CAknDocument::OpenFileL CFileStore *&  aFileStore,
RFile &  aFile
 
IMPORT_C CFileStore* CAknDocument::OpenFileL TBool  aDoOpen,
const TDesC &  aFilename,
RFs &  aFs
 

From CEikDocument.

Opens a file.

Parameters:
aDoOpen  Open an existing file if ETrue, otherwise create a new file. Not used.
aFilename  The file to open or create. Not used.
aFs  File server session to use. Not used.
Returns:
Pointer to file store object.

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

Copyright © Nokia Corporation 2001-2008
Back to top